cdd97ae111
* Made the underscores disappear correctly (James Roberts-Thomson) * xmms plugin breakdown and breakup (Philipp Matthias Hahn) * configure.in xinerama patch (Julio Merino) * configure.in -> configure.ac conversion (Philipp Matthias Hahn)
20 lines
587 B
Text
20 lines
587 B
Text
$NetBSD: patch-aa,v 1.2 2003/04/22 19:06:12 jmmv Exp $
|
|
|
|
--- configure.orig Tue Apr 15 00:53:54 2003
|
|
+++ configure
|
|
@@ -9100,6 +9100,7 @@ CFLAGS="$CFLAGS $X_CFLAGS -Wall"
|
|
M4DATADIR="$datadir/aclocal"
|
|
|
|
|
|
+if [ "$XOSD_XMMS_PLUGIN" = "YES" ]; then
|
|
|
|
# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
|
|
if test "${with_gtk_prefix+set}" = set; then
|
|
@@ -9406,6 +9407,7 @@ echo "$as_me: WARNING: *** GTK+ >= 1.2.2
|
|
|
|
rm -f conf.gtktest
|
|
|
|
+fi
|
|
|
|
echo "$as_me:$LINENO: checking for XInitThreads in -lX11" >&5
|
|
echo $ECHO_N "checking for XInitThreads in -lX11... $ECHO_C" >&6
|