diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-28 11:51:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:09 -0500 |
commit | 930e624d816a175d5ca4448e6ed40bc7dd8ec5b7 (patch) | |
tree | cefd60a954d828902c8fde6a6e8a69954e0baa63 /source4/lib/cmdline | |
parent | d0496a4ee626f829f1b5032122d2daf53e0bd2e2 (diff) | |
download | samba-930e624d816a175d5ca4448e6ed40bc7dd8ec5b7.tar.gz samba-930e624d816a175d5ca4448e6ed40bc7dd8ec5b7.tar.bz2 samba-930e624d816a175d5ca4448e6ed40bc7dd8ec5b7.zip |
r8826: Make configure generate config.mk files (with the external libraries
that were found) and a config.pm file (with all substitution variables)
(This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858)
Diffstat (limited to 'source4/lib/cmdline')
-rw-r--r-- | source4/lib/cmdline/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/cmdline/config.m4 b/source4/lib/cmdline/config.m4 index 45c3a70f9f..4f6606b8db 100644 --- a/source4/lib/cmdline/config.m4 +++ b/source4/lib/cmdline/config.m4 @@ -76,7 +76,6 @@ SMB_EXT_LIB(READLINE, [${TMP_LIBCMDLINE_LIBS}]) SMB_SUBSYSTEM(LIBCMDLINE,[], [${TMP_LIBCMDLINE_OBJS}], - [], [LIBPOPT EXT_LIB_READLINE EXT_LIB_ALLLIBS LIBCMDLINE_CREDENTIALS]) AC_CACHE_CHECK([whether getpass should be replaced],samba_cv_REPLACE_GETPASS,[ |