diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-27 17:06:34 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-27 21:43:52 -0400 |
commit | f77258d0b286c2fd2a2fee36e42280016e310b10 (patch) | |
tree | 997728211be2cb0a86466736e6100055a883dae4 /configure.ac | |
parent | a79a22bfcb344c47f2659e4178fd79f8555fbcfd (diff) |
config: remove protection for AS_HELP_STRING for old autoconf
No longer needed as modules will not configure with 2.57.
AS_HELP_STRING was introduced in 2.58. The minimum level
is now 2.60.
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c75a041..852124a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) +AC_PREREQ([2.60]) AC_INIT([libXfont], 1.4.1, @@ -57,8 +57,6 @@ PKG_PROG_PKG_CONFIG AC_CHECK_HEADERS([endian.h poll.h sys/poll.h]) AC_CHECK_FUNCS([poll]) -m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) - # # select libraries to include # |