summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-04 05:48:27 +0000
committerTim Potter <tpot@samba.org>2002-04-04 05:48:27 +0000
commitadbe65f21a1a06c7b8112e7f6b3b78a22b0f25df (patch)
tree8fa1ff5733f504539895d6842df55f32e4562f5d /source3/configure
parentfbbc63f93ca75f6e4835e56217a912d65660bc91 (diff)
downloadsamba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.tar.gz
samba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.tar.bz2
samba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.zip
Rerun autoconf.
(This used to be commit a627d698124ade6014b10827493dc3b3963f5534)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure
index b9a32cc065..6e396ab0c4 100755
--- a/source3/configure
+++ b/source3/configure
@@ -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