*** empty log message ***

This commit is contained in:
whottgen 2004-09-29 13:12:05 +00:00
parent e06d5db808
commit 79337f0840

View File

@ -31,7 +31,7 @@ AC_ARG_WITH(bdb-lib-dir,
yes)
;;
*)
BDB_LDFLAGS="-L$withval -rpath $withval"
LDFLAGS="-L$withval -rpath $withval"
;;
esac ]
)
@ -48,7 +48,7 @@ AC_ARG_WITH(bdb-inc-dir,
yes)
;;
*)
BDB_CPPFLAGS="-I$withval"
CPPFLAGS="-I$withval"
;;
esac ]
)
@ -115,8 +115,7 @@ 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