summaryrefslogtreecommitdiff
path: root/source4/lib/popt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-30 10:49:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:50 -0500
commit42cf31f3c695913b68500302ebb2dc6cd0df4464 (patch)
treed83f788cdfeffc2575b93b1a2326c36d67f45be9 /source4/lib/popt
parentd8e28e1f6d6af2c1d196bc6707aeb8940fd73e31 (diff)
downloadsamba-42cf31f3c695913b68500302ebb2dc6cd0df4464.tar.gz
samba-42cf31f3c695913b68500302ebb2dc6cd0df4464.tar.bz2
samba-42cf31f3c695913b68500302ebb2dc6cd0df4464.zip
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca28b3d88c778305ec5f681506162637)
Diffstat (limited to 'source4/lib/popt')
-rw-r--r--source4/lib/popt/libpopt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/popt/libpopt.m4 b/source4/lib/popt/libpopt.m4
index b3e2df519b..79980d1d6b 100644
--- a/source4/lib/popt/libpopt.m4
+++ b/source4/lib/popt/libpopt.m4
@@ -37,7 +37,7 @@ if test x"$INCLUDED_POPT" != x"no"; then
if test x"$poptdir" = "x"; then
AC_MSG_ERROR([cannot find popt source in $poptpaths])
fi
- POPTOBJ="popt.o findme.o poptconfig.o popthelp.o poptparse.o"
- AC_SUBST(POPTOBJ)
+ POPT_OBJ="popt.o findme.o poptconfig.o popthelp.o poptparse.o"
+ AC_SUBST(POPT_OBJ)
AC_CHECK_HEADERS([float.h alloca.h])
fi