changeset 4314:11c2321ce014

[gaim-migrate @ 4568] Get things working on autoconf 2.13 again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 14 Jan 2003 04:53:25 +0000
parents a14d5df9b778
children 6e36a04209c0
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Jan 14 03:05:33 2003 +0000
+++ b/configure.in	Tue Jan 14 04:53:25 2003 +0000
@@ -230,7 +230,7 @@
 		AC_MSG_CHECKING(for old perl)
 		PERL_OLD=`$perlpath -e 'if($]<5.006){printf"yes\n";}else{printf"no\n";}'`
 		if test "$PERL_OLD" = "yes"; then
-			AC_DEFINE(OLD_PERL)
+			AC_DEFINE(OLD_PERL, 1, [Define if old perl is installed.])
 			AC_MSG_RESULT(yes)
 		else
 			AC_MSG_RESULT(no)