]> arthur.barton.de Git - netatalk.git/commitdiff
Fix BDB_CFLAGS path twist
authorfranklahm <franklahm>
Wed, 25 Mar 2009 18:09:58 +0000 (18:09 +0000)
committerfranklahm <franklahm>
Wed, 25 Mar 2009 18:09:58 +0000 (18:09 +0000)
macros/db3-check.m4

index 097c0b175c2944402567b545c57b346841ea0da2..23b2d6b2c2df69819fb195a8a897785369b4acd6 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: db3-check.m4,v 1.11.6.9.2.4 2009-03-06 14:20:35 franklahm Exp $
+dnl $Id: db3-check.m4,v 1.11.6.9.2.5 2009-03-25 18:09:58 franklahm Exp $
 dnl Autoconf macros to check for the Berkeley DB library
 
 dnl -- check header for minimum version and return version in
@@ -135,7 +135,7 @@ AC_DEFUN([AC_PATH_BDB],[
                         eval export $shlibpath_var=$saved_shlibpath_var
 
                         if test x"${atalk_cv_bdb_version}" = x"yes"; then
-                            BDB_CFLAGS="-I${bdbdir}${subdir}/include"
+                            BDB_CFLAGS="-I${bdbdir}/include${subdir}"
                             BDB_LIBS="-L${bdblibdir} ${atalk_cv_lib_db}"
                             BDB_BIN="$bdbbindir"
                             BDB_PATH="$bdbdir"