summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-22 22:00:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:18:56 -0500
commit58edac3c27147435eadad7c4e0e7c0651ac36a7e (patch)
treedd15fb4b8861378f7734cac9dee7a99843d4b2b1 /source3/configure.in
parent491b9e637d60a3c86761c5dc348fbf0c2218f7ea (diff)
downloadsamba-58edac3c27147435eadad7c4e0e7c0651ac36a7e.tar.gz
samba-58edac3c27147435eadad7c4e0e7c0651ac36a7e.tar.bz2
samba-58edac3c27147435eadad7c4e0e7c0651ac36a7e.zip
r16478: small cleanup to make pam_winbind.so build and iniparser
include directory like other parts of the build files. (This used to be commit 0fca41efde36d535a274b983e032c1def33f081e)
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 9dce9e0e2c..3749c80f04 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5397,7 +5397,7 @@ if test x"$INCLUDED_POPT" = x"yes"; then
AC_MSG_RESULT(yes)
BUILD_POPT='$(POPT_OBJS)'
POPTLIBS='$(POPT_OBJS)'
- FLAGS1="-I$srcdir/popt"
+ FLAGS1="-I\$(srcdir)/popt"
else
AC_MSG_RESULT(no)
BUILD_POPT=""
@@ -5432,7 +5432,7 @@ if test x"$INCLUDED_INIPARSER" = x"yes"; then
AC_MSG_RESULT(yes)
BUILD_INIPARSER='$(INIPARSER_OBJ)'
INIPARSERLIBS=""
- FLAGS1="$FLAGS1 -I$srcdir/iniparser/src"
+ FLAGS1="$FLAGS1 -I\$(srcdir)/iniparser/src"
else
AC_MSG_RESULT(no)
BUILD_INIPARSER=""