# HG changeset patch # User Christian Hammond # Date 1042520005 0 # Node ID 11c2321ce014862be789aaf33fe1fd7b36de8232 # Parent a14d5df9b778533b718e94f2f98a3162bc88a27d [gaim-migrate @ 4568] Get things working on autoconf 2.13 again. committer: Tailor Script diff -r a14d5df9b778 -r 11c2321ce014 configure.in --- 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)