summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-03-01 00:21:09 +0300
committerStefan Metzmacher <metze@samba.org>2010-03-03 09:22:39 +0100
commit92785f9af6a124097fcc653375984499b441676d (patch)
tree5153c8f82c03468b90219e8c0d5fc3864eeff9bb /source3/configure.in
parentb953c4c67cfc6f0de38526e97eb5fc6031d61c81 (diff)
downloadsamba-92785f9af6a124097fcc653375984499b441676d.tar.gz
samba-92785f9af6a124097fcc653375984499b441676d.tar.bz2
samba-92785f9af6a124097fcc653375984499b441676d.zip
s3: Fix build file due to file move. Use the new path of iniparser
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 45d2563ff3..7ba72bf26c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6447,7 +6447,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)/../lib/iniparser/src"
else
AC_MSG_RESULT(no)
BUILD_INIPARSER=""