summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2001-11-10 22:17:05 +0000
committerJeff Bailey <jbailey@gnu.org>2001-11-10 22:17:05 +0000
commit85252ec2a54dfa20a91895fa8e1c4edc483a142c (patch)
treee646e8264c1367c3d40f7dc0807464f30680e26f /configure.in
parent4c4d985111347a1b2acad50ffd8018821e37e5ce (diff)
downloadmailutils-85252ec2a54dfa20a91895fa8e1c4edc483a142c.tar.gz
mailutils-85252ec2a54dfa20a91895fa8e1c4edc483a142c.tar.bz2
Remove hardcoded /etc from APOP database file
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ecbfe6bcb..acf4705a4 100644
--- a/configure.in
+++ b/configure.in
@@ -227,6 +227,9 @@ if test x"${usedb2}" = x"yes"; then
LIBS="$LIBS -ldb"])
fi
+dnl Make sysconfdir available to the application
+CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
+
dnl Check for Guile
AC_SUBST(GUILE_INCLUDES)
AC_SUBST(GUILE_LIBS)

Return to:

Send suggestions and report system problems to the System administrator.