diff options
-rw-r--r-- | news/inn-current/Makefile | 1 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 054de71..4e21994 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -53,7 +53,6 @@ CONFIGURE_ARGS+= --enable-ipv6 .endif .if defined(WITH_BERKELEYDB) -CONFIGURE_ARGS+= --with-berkeleydb=${LOCABASE} . if !defined(WITH_BDB_VER) WITH_BDB_VER= 41 . endif diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index b6c9801..d50812e 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -48,7 +48,6 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man \ --with-etc-dir=${ETC_DIR} .if defined(WITH_BERKELEYDB) -CONFIGURE_ARGS+= --with-berkeleydb=${LOCABASE} . if !defined(WITH_BDB_VER) WITH_BDB_VER= 42 . endif |