diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-26 12:22:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:00 -0500 |
commit | 0d5587b5d128d9dd502a3b78c02fb986b33d92c4 (patch) | |
tree | d5165c0eaf4424edaefca4422319afe84d4c7852 /source4/lib/replace/readline.m4 | |
parent | 7ffe0fcaee413de96ec9c3d4fdeaab6c2f106578 (diff) | |
download | samba-0d5587b5d128d9dd502a3b78c02fb986b33d92c4.tar.gz samba-0d5587b5d128d9dd502a3b78c02fb986b33d92c4.tar.bz2 samba-0d5587b5d128d9dd502a3b78c02fb986b33d92c4.zip |
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one
(This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
Diffstat (limited to 'source4/lib/replace/readline.m4')
-rw-r--r-- | source4/lib/replace/readline.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/replace/readline.m4 b/source4/lib/replace/readline.m4 index 2e42befd6f..b71ced7eb7 100644 --- a/source4/lib/replace/readline.m4 +++ b/source4/lib/replace/readline.m4 @@ -72,9 +72,9 @@ AC_MSG_CHECKING(whether to use extern readline) if test x"$EXTERNAL_READLINE" = x"yes"; then AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LIBREADLINE,1,[Whether the system has readline]) - SMB_SUBSYSTEM(LIBREADLINE, [], [SMBREADLINE EXT_LIB_READLINE]) - SMB_EXT_LIB(READLINE, [${TERMLIBS}]) - SMB_EXT_LIB_ENABLE(READLINE,YES) + SMB_SUBSYSTEM(LIBREADLINE, [], [SMBREADLINE EXT_READLINE]) + SMB_EXT_LIB(EXT_READLINE, [${TERMLIBS}]) + SMB_ENABLE(EXT_READLINE,YES) else SMB_SUBSYSTEM(LIBREADLINE, [], [SMBREADLINE]) AC_MSG_RESULT(no) |