Index: configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.51.2.6 diff -u -r1.51.2.6 configure.in --- configure.in 20 May 2003 13:49:18 -0000 1.51.2.6 +++ configure.in 26 May 2003 14:25:13 -0000 @@ -924,6 +924,16 @@ dnl AC_PROG_LN_S dnl =================================================================== +dnl Check whether xmkmf program can be used, x systems only +dnl =================================================================== +if test "x$with_x" != "xyes"; then + AC_PATH_PROGS(XMKMF, xmkmf) + if test -z "$XMKMF"; then + AC_MSG_ERROR([install xmkmf to run this script, include openwin in path]) + fi +fi + +dnl =================================================================== dnl Check whether there's a Perl version available. dnl =================================================================== if test -z "$with_perl_home"; then