summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.