This commit is contained in:
whottgen
2004-09-29 12:21:16 +00:00
parent a6391a27d5
commit e06d5db808
9 changed files with 28 additions and 7 deletions

View File

@ -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