aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-04-06 18:57:23 +0000
committerWerner Koch <[email protected]>2011-04-06 18:57:23 +0000
commit3bd6538bf504e49200eed46438a19d385f866a06 (patch)
tree3b06a8671567556288265bf37fc866da64e5d10d /configure.ac
parentgpgme-config cleanups and --host option (diff)
downloadgpgme-3bd6538bf504e49200eed46438a19d385f866a06.tar.gz
gpgme-3bd6538bf504e49200eed46438a19d385f866a06.zip
Add an AC_SUBST_NOTMAKE
Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be expanded in the Makefiles and mess them up.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3aed5f7c..3ab77082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,6 +263,7 @@ else
INSERT__TYPEDEFS_FOR_GPGME_H="#include <sys/types.h>"
fi
AC_SUBST(INSERT__TYPEDEFS_FOR_GPGME_H)
+AM_SUBST_NOTMAKE(INSERT__TYPEDEFS_FOR_GPGME_H)
# Checks for compiler features.
if test "$GCC" = yes; then