summaryrefslogtreecommitdiff
path: root/source/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
commit9b991ce9ca28b3d88c778305ec5f681506162637 (patch)
treeffa1253f7aab15cbb2b1058dadfbbfc568e9d63d /source/lib/popt
parent4ef937a08dcf9dde3cd308cadfba467c9297abe2 (diff)
downloadsamba-9b991ce9ca28b3d88c778305ec5f681506162637.tar.gz
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
Diffstat (limited to 'source/lib/popt')
-rw-r--r--source/lib/popt/libpopt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/popt/libpopt.m4 b/source/lib/popt/libpopt.m4
index b3e2df519b4..79980d1d6b5 100644
--- a/source/lib/popt/libpopt.m4
+++ b/source/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