View | Details | Raw Unified | Return to issue 14442
Collapse All | Expand All

(-)configure.in (+10 lines)
Lines 924-929 Link Here
924
dnl AC_PROG_LN_S
924
dnl AC_PROG_LN_S
925
925
926
dnl ===================================================================
926
dnl ===================================================================
927
dnl Check whether xmkmf program can be used, x systems only
928
dnl ===================================================================
929
if test  "x$with_x" != "xyes"; then
930
		AC_PATH_PROGS(XMKMF, xmkmf)
931
		if test -z "$XMKMF"; then
932
		   AC_MSG_ERROR([install xmkmf to run this script, include openwin in path])
933
		fi
934
fi
935
936
dnl ===================================================================
927
dnl Check whether there's a Perl version available.
937
dnl Check whether there's a Perl version available.
928
dnl ===================================================================
938
dnl ===================================================================
929
if test -z "$with_perl_home"; then
939
if test -z "$with_perl_home"; then

Return to issue 14442