$NetBSD: patch-aa,v 1.2 2000/04/11 22:36:05 tron Exp $ --- configure.in.orig Fri Mar 31 06:26:15 2000 +++ configure.in Wed Apr 12 00:05:05 2000 @@ -933,39 +933,6 @@ xserver_flags="$xserver_flags -D_XSERVER64" fi -dnl try to save some labor on the location of glx.conf -dnl we want it to be in the same place as XF86Config, -dnl so look in some common locations and hope for the best. - -which_sysconf=`echo $sysconfdir | grep "\$.prefix."` -if test -z "$which_sysconf" - then - echo "sysconfdir not set" - else - AC_MSG_CHECKING([XF86Config location]) - if test -f /etc/XF86Config - then - sysconfdir="/etc" - AC_MSG_RESULT([$sysconfdir]) - elif test -f /etc/X11/XF86Config - then - sysconfdir="/etc/X11" - AC_MSG_RESULT([$sysconfdir]) - elif test -f ${x_libraries}/X11/XF86Config - then - sysconfdir=${x_libraries}/X11/XF86Config - AC_MSG_RESULT([${sysconfdir}]) - elif test -f /usr/X11R6/lib/X11/XF86Config - then - sysconfdir="/usr/X11R6/lib/X11/XF86Config" - AC_MSG_RESULT([${sysconfdir}]) - else - AC_MSG_RESULT([can't find it!]) - AC_MSG_WARN([defaulting to ${sysconfdir} for glx.conf]) - fi -fi - - dnl dnl Checks for library functions. dnl