freebsd-ports/print/gutenprint/files/patch-configure
Michael Johnson 5d73c7fae0 - Add gutenprint (successor to gimp-print)
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp

WWW: http://gimp-print.sourceforge.net

Repocopied by:	marcus
2006-06-09 14:48:50 +00:00

12 lines
394 B
Text

--- configure.orig Fri Jun 9 02:03:30 2006
+++ configure Fri Jun 9 02:04:17 2006
@@ -19371,7 +19371,8 @@
min_gtk_version=1.2.0
echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
- no_gtk=""
+ no_gtk=yes
+ GTK_CONFIG=no
if test "$GTK_CONFIG" = "no" ; then
no_gtk=yes
else