BDB
This commit is contained in:
@ -31,7 +31,7 @@ AC_ARG_WITH(bdb-lib-dir,
|
||||
yes)
|
||||
;;
|
||||
*)
|
||||
LDFLAGS="$LDFLAGS -L$withval -rpath$withval"
|
||||
BDB_LDFLAGS="-L$withval -rpath $withval"
|
||||
;;
|
||||
esac ]
|
||||
)
|
||||
@ -48,7 +48,7 @@ AC_ARG_WITH(bdb-inc-dir,
|
||||
yes)
|
||||
;;
|
||||
*)
|
||||
CPPFLAGS="$CPPFLAGS -I$withval"
|
||||
BDB_CPPFLAGS="-I$withval"
|
||||
;;
|
||||
esac ]
|
||||
)
|
||||
@ -115,6 +115,8 @@ AC_CHECK_FUNCS([inet_ntoa memset select socket strchr strdup strerror strrchr st
|
||||
|
||||
|
||||
|
||||
AC_SUBST(BDB_LDFLAGS)
|
||||
AC_SUBST(BDB_CPPFLAGS)
|
||||
AC_CONFIG_FILES([Makefile libsmmapdfw/Makefile smmapd/Makefile modules/test/Makefile modules/verify/Makefile modules/cyrus/Makefile])
|
||||
|
||||
AC_OUTPUT
|
||||
|
Reference in New Issue
Block a user