summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-09 09:38:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-09 09:38:34 +0000
commit18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9 (patch)
tree66beb5996a3c0954cb7c2bc72e6adb4fa09726fa /configure.ac
parent22a0ee2757681864221e6208b6b091504dd94a22 (diff)
downloadmailutils-18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9.tar.gz
mailutils-18f5fbc0e87f4f9a7a9e277f55aebaaaf296ecf9.tar.bz2
Somewhat reluctantly append $(EXEEXT) to binary target names to fix cygwin builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 14ce20026..0a683db5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -866,7 +866,7 @@ GDBM)
AC_DEFINE(WITH_GDBM,1,
[Enable use of GNU DBM library]))
LIBS="$LIBS -lgdbm"
- POPAUTH=popauth
+ POPAUTH='popauth$(EXEEXT)'
status_gdbm=yes]);;
BDB2)
AC_CHECK_LIB(db, db_open,
@@ -875,7 +875,7 @@ BDB2)
[Enable use of Berkeley DB]))
LIBS="$LIBS -ldb"
MU_DB2_CURSOR
- POPAUTH=popauth
+ POPAUTH='popauth$(EXEEXT)'
status_bdb2=yes]);;
NDBM)
AC_CHECK_LIB(ndbm, dbm_open,
@@ -883,7 +883,7 @@ NDBM)
AC_DEFINE(WITH_NDBM,1,
[Enable use of NDBM]))
LIBS="$LIBS -lndbm"
- POPAUTH=popauth
+ POPAUTH='popauth$(EXEEXT)'
status_ndbm=yes]);;
ODBM)
AC_CHECK_LIB(dbm, dbminit,
@@ -891,7 +891,7 @@ ODBM)
AC_DEFINE(WITH_OLD_DBM,1,
[Enable use of old DBM library]))
LIBS="$LIBS -ldbm"
- POPAUTH=popauth
+ POPAUTH='popauth$(EXEEXT)'
status_dbm=yes]);;
esac

Return to:

Send suggestions and report system problems to the System administrator.