summaryrefslogtreecommitdiffstats
path: root/audio/gqmpeg/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gqmpeg/files/patch-configure.in')
-rw-r--r--audio/gqmpeg/files/patch-configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gqmpeg/files/patch-configure.in b/audio/gqmpeg/files/patch-configure.in
new file mode 100644
index 000000000..01a241386
--- /dev/null
+++ b/audio/gqmpeg/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Fri Nov 9 14:42:36 2001
++++ configure.in Sun Nov 11 22:13:39 2001
+@@ -83,7 +83,7 @@
+ dnl CHECK_GNOME
+ AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
+ AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no)
+- if test "$GNOME_CONFIG" = no; then
++ if test "$GNOME_CONFIG" = no -o "$USE_GNOME" != yes; then
+ AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed)
+ else
+ AC_MSG_RESULT(will install a GNOME icon and menu entry)