*** empty log message ***
This commit is contained in:
parent
e06d5db808
commit
79337f0840
@ -31,7 +31,7 @@ AC_ARG_WITH(bdb-lib-dir,
|
|||||||
yes)
|
yes)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
BDB_LDFLAGS="-L$withval -rpath $withval"
|
LDFLAGS="-L$withval -rpath $withval"
|
||||||
;;
|
;;
|
||||||
esac ]
|
esac ]
|
||||||
)
|
)
|
||||||
@ -48,7 +48,7 @@ AC_ARG_WITH(bdb-inc-dir,
|
|||||||
yes)
|
yes)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
BDB_CPPFLAGS="-I$withval"
|
CPPFLAGS="-I$withval"
|
||||||
;;
|
;;
|
||||||
esac ]
|
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_CONFIG_FILES([Makefile libsmmapdfw/Makefile smmapd/Makefile modules/test/Makefile modules/verify/Makefile modules/cyrus/Makefile])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user