From 381df5cae0710a79464c9a02878c745a1a7e2388 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 2 Mar 2012 11:20:42 +0100 Subject: [PATCH] Fix HAVE_USEMARCON for config headers --- usemarcon.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usemarcon.m4 b/usemarcon.m4 index cebfa46..c17d90b 100644 --- a/usemarcon.m4 +++ b/usemarcon.m4 @@ -32,7 +32,7 @@ AC_DEFUN([USEMARCON_INIT], USEMARCONINC=`$usemarconconfig --cflags $1` USEMARCONVERSION=`$usemarconconfig --version` AC_MSG_RESULT($usemarconconfig) - AC_DEFINE(HAVE_USEMARCON) + AC_DEFINE([HAVE_USEMARCON],[1],[Define to 1 if USEMARCON is used]) else AC_MSG_RESULT(Not found) USEMARCONVERSION=NONE -- 1.7.10.4