diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6b09d21..bc46aad 100644 --- a/configure.in +++ b/configure.in @@ -459,9 +459,10 @@ AC_PROG_INSTALL AC_LIBTOOL_DLOPEN AM_PROG_LIBTOOL -dnl Post processing to patch up some deficiencies in libtool +dnl Post processing to patch up some deficiencies in libtool (as of +dnl Libtool 1.5.14) case $host_os in - linux*) + linux* | freebsd* ) # If gcc is not used, need to set $wl to use "-Wl," if $CC -v 2>&1 | grep '^gcc' > /dev/null ; then : using gcc |