diff options
author | Matthieu Patou <mat@matws.net> | 2010-03-01 00:21:09 +0300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-03 09:22:39 +0100 |
commit | 92785f9af6a124097fcc653375984499b441676d (patch) | |
tree | 5153c8f82c03468b90219e8c0d5fc3864eeff9bb /source3/configure.in | |
parent | b953c4c67cfc6f0de38526e97eb5fc6031d61c81 (diff) | |
download | samba-92785f9af6a124097fcc653375984499b441676d.tar.gz samba-92785f9af6a124097fcc653375984499b441676d.tar.xz 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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 45d2563ff36..7ba72bf26c3 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="" |