blob: 2227be8fe34312a1407471e2f4961a5bcc5cb6d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- gimp/extconf.rb.orig Thu Mar 15 03:50:32 2001
+++ gimp/extconf.rb Sun Mar 18 04:55:15 2001
@@ -4,9 +4,9 @@
$CFLAGS += ' ' + GimpConfig::CFLAGS
$LDFLAGS += ' ' + GimpConfig::LDFLAGS
-if have_library(GimpConfig::LIBGLIB, "g_print") and
- have_library(GimpConfig::LIBGTK, "gtk_init") and
- have_library(GimpConfig::LIBGIMP, "gimp_main") and
+if have_func("g_print") and
+ have_func("gtk_init") and
+ have_func("gimp_main") and
have_header("libgimp/gimp.h")
have_func("gimp_sysconf_directory")
|