File fluidsynth-dssi-nogtk1.diff of Package fluidsynth-dssi
--- configure.ac-dist 2005-10-12 20:03:11.000000000 +0200
+++ configure.ac 2005-10-12 20:03:41.000000000 +0200
@@ -26,10 +26,6 @@
if test "x${try_gtk2}" = 'xyes'; then
AM_PATH_GTK_2_0(2.0.0, with_gtk='yes (version 2.0)', with_gtk=no)
fi
-dnl No GTK+ 2.x found, look for GTK+ 1.2 instead
-if test "x${with_gtk}" = 'xno'; then
- AM_PATH_GTK(1.2.0, with_gtk='yes (version 1.2)', AC_MSG_WARN([GUI will not be built because no version of GTK+ was found]))
-fi
AM_CONDITIONAL(BUILD_GUI, test "x${with_gtk}" != 'xno')
echo "GTK support: $with_gtk"