mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
0ee4b93798
PR: ports/44764 Submitted by: maintainer
23 lines
738 B
Plaintext
23 lines
738 B
Plaintext
--- configure.orig Wed Oct 30 12:26:42 2002
|
|
+++ configure Wed Oct 30 20:59:10 2002
|
|
@@ -5749,9 +5749,6 @@
|
|
echo "$as_me:$LINENO: checking for X11 config directory" >&5
|
|
echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6
|
|
x11conf=/usr/X11R6/lib/X11
|
|
-if test -d /etc/X11; then
|
|
- x11conf=/etc/X11
|
|
-fi
|
|
echo "$as_me:$LINENO: result: $x11conf" >&5
|
|
echo "${ECHO_T}$x11conf" >&6
|
|
|
|
@@ -5759,9 +5756,6 @@
|
|
echo "$as_me:$LINENO: checking for X11 app-defaults directory" >&5
|
|
echo $ECHO_N "checking for X11 app-defaults directory... $ECHO_C" >&6
|
|
resdir=/usr/X11R6/lib/X11
|
|
-if test -d /etc/X11/app-defaults; then
|
|
- resdir=/etc/X11
|
|
-fi
|
|
echo "$as_me:$LINENO: result: $resdir/app-defaults" >&5
|
|
echo "${ECHO_T}$resdir/app-defaults" >&6
|
|
|