Rerun autoconf.
authorTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 05:48:27 +0000 (05:48 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 05:48:27 +0000 (05:48 +0000)
source/configure

index b9a32cc065c7a7c78e3cf01b01e87c325a1d60ea..6e396ab0c4eacb0b02dcfd7f3e2cc92cd71359e9 100755 (executable)
@@ -8775,7 +8775,7 @@ else
    ac_cv_shlib_works=no
    # try building a trivial shared library
    $CC $CPPFLAGS $CFLAGS $PICFLAG -c -o shlib.po ${srcdir-.}/tests/shlib.c &&
-     $SHLD $CPPFLAGS $CFLAGS $LDSHFLAGS -o shlib.so shlib.po &&
+     $CC $CPPFLAGS $CFLAGS $LDSHFLAGS -o shlib.so shlib.po &&
      ac_cv_shlib_works=yes
    rm -f shlib.so shlib.po