summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 17:20:54 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 17:20:54 +0200
commit9ef623beda5d6a7507ff6c871117c8f88e547441 (patch)
treedff1dc9cb6de1389a9aa18af51349e1fbef90b83 /source3/configure.in
parenta347ab83f447d7921d5d427e56f6965342b25834 (diff)
parentc8bff39df639c70afc94b1795c94629ee8b7b482 (diff)
downloadsamba-9ef623beda5d6a7507ff6c871117c8f88e547441.tar.gz
samba-9ef623beda5d6a7507ff6c871117c8f88e547441.tar.bz2
samba-9ef623beda5d6a7507ff6c871117c8f88e547441.zip
Merge branch 'singlepopt' into single
Conflicts: source4/Makefile
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ab634a3313..fd0ea4361a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -54,7 +54,7 @@ SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TDB_CFLAGS}"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns"
SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc"
-SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/popt"
+SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../popt"
## cleanup the $(srcdir) in the Makefile if we are outside of the tree
if test "x${srcdir-.}" != "x."; then
@@ -5872,7 +5872,7 @@ if test x"$INCLUDED_POPT" = x"yes"; then
AC_MSG_RESULT(yes)
BUILD_POPT='$(POPT_OBJ)'
POPTLIBS='$(POPT_OBJ)'
- FLAGS1="-I\$(srcdir)/popt"
+ FLAGS1="-I\$(srcdir)/../popt"
else
AC_MSG_RESULT(no)
BUILD_POPT=""