summaryrefslogtreecommitdiffstats
path: root/source/lib/popt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-26 12:22:54 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-04-26 12:22:54 +0000
commit82e32c77fe40e72a2a0edb8bd113c4c3135670bb (patch)
tree06c4a0b8ddaba0c8c05fdb6f6a913ef964660525 /source/lib/popt
parentef44c0f26d20a17d5cd0687df51a0cd5a51cb962 (diff)
downloadsamba-82e32c77fe40e72a2a0edb8bd113c4c3135670bb.tar.gz
samba-82e32c77fe40e72a2a0edb8bd113c4c3135670bb.tar.xz
samba-82e32c77fe40e72a2a0edb8bd113c4c3135670bb.zip
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one
Diffstat (limited to 'source/lib/popt')
-rw-r--r--source/lib/popt/config.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/source/lib/popt/config.m4 b/source/lib/popt/config.m4
index 41d49993e05..62003f9e168 100644
--- a/source/lib/popt/config.m4
+++ b/source/lib/popt/config.m4
@@ -31,11 +31,8 @@ if test x"$INCLUDED_POPT" != x"no"; then
[INT_LIB_POPT])
AC_MSG_RESULT(yes)
else
- SMB_SUBSYSTEM(LIBPOPT,
- [],
- [EXT_LIB_POPT])
- SMB_EXT_LIB(POPT, [${TMP_LIBPOPT_LIBS}])
- SMB_EXT_LIB_ENABLE(POPT,YES)
+ SMB_EXT_LIB(LIBPOPT, [${TMP_LIBPOPT_LIBS}])
+ SMB_ENABLE(LIBPOPT,YES)
AC_MSG_RESULT(no)
fi