aboutsummaryrefslogtreecommitdiff
path: root/math/geg/files/patch-ac
blob: 8c2451c0837d400be431abce2d7b082b9f9dcb52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.in.orig	Wed Nov 24 08:01:41 1999
+++ configure.in	Sat Jul  1 18:57:50 2000
@@ -30,8 +30,7 @@
   fi
 fi
 
-AC_CHECK_PROG(GTK_CFLAGS, gtk-config, `gtk-config --cflags`,,,)
-AC_CHECK_PROG(GTK_LIBS, gtk-config, `gtk-config --libs`,,,)
+AM_PATH_GTK(1.2.0, , AC_MSG_ERROR(GTK+ is not installed or badly configured on your system...))
 
 dnl Checks for libraries.
 dnl Replace `main' with a function in -libs: