diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-29 14:01:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:16 -0500 |
commit | 25bd77ad555a8c6992beb60434c411413ef79896 (patch) | |
tree | 659296c5443fd848b7c55e79d73252cec1537334 /source4/lib/popt/config.m4 | |
parent | d81890c1cc4dbdc9bb8645958693f42f9e96848d (diff) | |
download | samba-25bd77ad555a8c6992beb60434c411413ef79896.tar.gz samba-25bd77ad555a8c6992beb60434c411413ef79896.tar.bz2 samba-25bd77ad555a8c6992beb60434c411413ef79896.zip |
r15323: Fix internal popt build
(This used to be commit e392c1e167da5fb2ee8c813e416b8fa51b3969e4)
Diffstat (limited to 'source4/lib/popt/config.m4')
-rw-r--r-- | source4/lib/popt/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/popt/config.m4 b/source4/lib/popt/config.m4 index 62003f9e16..d48cbe1dff 100644 --- a/source4/lib/popt/config.m4 +++ b/source4/lib/popt/config.m4 @@ -27,8 +27,8 @@ AC_MSG_CHECKING(whether to use included popt) if test x"$INCLUDED_POPT" != x"no"; then CPPFLAGS="$CPPFLAGS -I$srcdir/lib/popt" SMB_SUBSYSTEM(LIBPOPT, - [], - [INT_LIB_POPT]) + [lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], []) + AC_MSG_RESULT(yes) else SMB_EXT_LIB(LIBPOPT, [${TMP_LIBPOPT_LIBS}]) |