diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-06-23 13:37:45 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-06-29 19:03:46 -0700 |
commit | b631c39a21c8d74fd00b8932df342d6921cce8f4 (patch) | |
tree | e13ae1557afdf8790a95082d35aae597bed800b3 | |
parent | d5ca33ca2dd08e8436439da926d2dedaabc268fa (diff) |
Remove unused check for PERL program
Unable to find any use of the PERL Automake variable.
It was used in hw/xfree86/scanpci around 2005.
Should it ever be needed, use XORG_WITH_PERL macro.
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 91070e661..f4e670b73 100644 --- a/configure.ac +++ b/configure.ac @@ -1735,14 +1735,6 @@ if test "x$XORG" = xyes; then AC_SUBST([XORG_INCS]) AC_SUBST([XORG_OS]) AC_SUBST([XORG_OS_SUBDIR]) - - AC_PATH_PROG(PERL, perl, no) - dnl unlikely as this may be ... - if test "x$PERL" = xno; then - AC_MSG_ERROR([Perl is required to build the XFree86/Xorg DDX.]) - fi - AC_SUBST(PERL) - AC_SUBST([XORG_CFLAGS]) dnl these only go in xorg-config.h |