diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -20484,7 +20484,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' 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 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 |