diff options
author | Tim Potter <tpot@samba.org> | 2002-04-04 05:48:27 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-04 05:48:27 +0000 |
commit | adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df (patch) | |
tree | 8fa1ff5733f504539895d6842df55f32e4562f5d /source3 | |
parent | fbbc63f93ca75f6e4835e56217a912d65660bc91 (diff) | |
download | samba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.tar.gz samba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.tar.bz2 samba-adbe65f21a1a06c7b8112e7f6b3b78a22b0f25df.zip |
Rerun autoconf.
(This used to be commit a627d698124ade6014b10827493dc3b3963f5534)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/configure | 2 |
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 |