summaryrefslogtreecommitdiff
path: root/graphics/gqview/files/patch-configure.in
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-22 14:05:56 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-22 14:05:56 +0000
commit92000630adc8f60a21dcd720b593881f91b53244 (patch)
tree6b20214b5c7c91fa067934fd7070c953896af2a8 /graphics/gqview/files/patch-configure.in
parent1. Change the install location of elisp files. (diff)
- Update to 1.4.0 release
- Take maintainership
Notes
Notes: svn path=/head/; revision=101725
Diffstat (limited to 'graphics/gqview/files/patch-configure.in')
-rw-r--r--graphics/gqview/files/patch-configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/gqview/files/patch-configure.in b/graphics/gqview/files/patch-configure.in
deleted file mode 100644
index bc1cb967a916..000000000000
--- a/graphics/gqview/files/patch-configure.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.in.orig Fri Dec 13 11:27:07 2002
-+++ configure.in Fri Dec 13 23:17:43 2002
-@@ -59,7 +59,14 @@
- AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/gqview")
-
- dnl CHECK_GNOME
-+AC_ARG_ENABLE(gnome,
-+[ --disable-gnome disable use of gnome],
-+ gnome=$enableval, gnome=yes)
-+if test "$gnome" = yes; then
- AC_PATH_PROG(GNOME_CONFIG,gnome-config,no)
-+else
-+ GNOME_CONFIG=no
-+fi
- AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no)
- if test "$GNOME_CONFIG" = no; then
- AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed)