From 67717b8fa53163ebab45ed967e186219a2ef77c7 Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 10 Apr 2013 20:56:09 +0000 Subject: Fix missing template error in configure.in --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5ee5069..382cc18 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -# $Id: configure.in,v 1.4 2004/05/15 05:44:42 mjflick Exp $ +# $Id: configure.in,v 1.5 2013/04/10 20:56:09 brandon Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -36,7 +36,7 @@ AC_CACHE_VAL(kb_cv_var_program_inv_name, kb_cv_var_program_inv_name=yes, kb_cv_var_program_inv_name=no)])dnl AC_MSG_RESULT($kb_cv_var_program_inv_name) if test "$kb_cv_var_program_inv_name" = yes; then - AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME) + AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME, [], [Have program_invocation_name]) fi # We must have gcc. -- cgit v1.2.1