From 74a299652a924a0a853aec4b3a5ba76917f8fcd0 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 14 Dec 2008 12:59:47 +0100 Subject: [PATCH] Change to configure.in caused compile error. --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index cc1dd817c..57bcea034 100644 --- a/configure.in +++ b/configure.in @@ -7,8 +7,10 @@ AC_CONFIG_SRCDIR([src]) # real config header ourselves. AC_CONFIG_HEADERS([dummy-config.h dsieve-config.h]) -AC_DEFINE(SIEVE_NAME, AC_PACKAGE_NAME, [Define to the full name of this Sieve implementation.]) -AC_DEFINE(SIEVE_VERSION, AC_PACKAGE_VERSION, [Define to the version of this Sieve implementation.]) +AC_DEFINE_UNQUOTED(SIEVE_NAME, "$PACKAGE_NAME", + [Define to the full name of this Sieve implementation.]) +AC_DEFINE_UNQUOTED(SIEVE_VERSION, "$PACKAGE_VERSION", + [Define to the version of this Sieve implementation.]) AM_INIT_AUTOMAKE(no-define) -- GitLab