From 56c59bd1b033b35cd0bc95dcec45d2d7748c9cc8 Mon Sep 17 00:00:00 2001 From: John Ferlito Date: Sun, 27 Dec 2009 00:03:25 +1100 Subject: [PATCH] Enable versioning on kfree-bsd-gnu to be the same as linux --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a7a4705..7c707de 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ case "$target_os" in HAVE_FRAMEWORKS="yes" AC_SUBST(PLATFORM,"mac") ;; - linux* | solaris*) + linux* | solaris* | gnu* | k*bsd*-gnu) SHLIB_VERSION_ARG="-Wl,--version-script=Version_script" AC_SUBST(PLATFORM,"linux") ;; -- 2.11.4.GIT