summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrandon <brandon>2013-04-10 20:56:09 +0000
committerbrandon <brandon>2013-04-10 20:56:09 +0000
commit67717b8fa53163ebab45ed967e186219a2ef77c7 (patch)
treef4ec840bd7b911b07d073c8b387c6e83118f2928
parenta8384b31fd45e90734b1ae5c7aa5f8a7d4739757 (diff)
downloadfontutils-67717b8fa53163ebab45ed967e186219a2ef77c7.tar.gz
Fix missing template error in configure.in
-rw-r--r--configure.in4
1 files 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.