From 9e131f64cb3b67c8ad1a11de2297cc3297baa7fa Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Tue, 27 May 2003 21:57:46 +0000 Subject: Enable the gdialog compatibility wrapper script. --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 925adff..0ebee6a 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,12 @@ if test x$SCROLLKEEPER_CONFIG = xno; then AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) fi +dnl ******************************* +dnl perl check +dnl ******************************* + +AC_PATH_PROG(PERL,perl,) + dnl ******************************* dnl Internationalization dnl ******************************* @@ -54,6 +60,7 @@ Makefile zenity.spec po/Makefile.in src/Makefile +src/gdialog data/Makefile help/Makefile help/C/Makefile -- cgit v1.2.3-54-g00ecf