1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/audio/gqmpeg/files/patch-configure.in
Oliver Lehmann 1cf81f5a9e back-out the last commit since it was done with mangled CVS/Root files and that
resulted in checking n the stuff into the wrong directory...
Bump PORTEPOCH (because of PORTVERSION wents backward)
2005-01-12 15:34:59 +00:00

12 lines
462 B
Plaintext

--- 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)