2013-09-26 17:14:40 +02:00

21 lines
500 B
Plaintext

$NetBSD: patch-ab,v 1.3 2003/01/15 21:03:26 wiz Exp $
--- configure.in.orig Thu Apr 18 18:48:40 2002
+++ configure.in
@@ -128,6 +128,7 @@
dnl Check for location of rgb.txt file (works without, but better with)
AC_MSG_CHECKING([for location of rgb.txt database])
+if test -z "$path_rgb_txt"; then
dnl default to this..
path_rgb_txt=/usr/lib/X11/rgb.txt
@@ -140,6 +141,7 @@
break
fi
done
+fi
fi
AC_MSG_RESULT([$path_rgb_txt])
AC_DEFINE_UNQUOTED(PATH_RGB_TXT,"$path_rgb_txt")