From 14e3790b951085693ffdae254c8294e10af72836 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 21 Sep 2000 18:03:52 +0000 Subject: [PATCH] Fix the GIMP autoconf stuff for the non-COMPAT case. Fix the GIMP autoconf stuff for the non-COMPAT case. --- ChangeLog | 5 +++++ gimp.m4 | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7945cd4bd5..91f10795f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 21 17:41:26 CEST 2000 Daniel Egger + + * gimp.m4: Also try new API when trying to link the + test program. + 2000-09-21 Tor Lillqvist * libgimp/makefile.mingw.in diff --git a/gimp.m4 b/gimp.m4 index e7898085b4..fea2ddaed7 100644 --- a/gimp.m4 +++ b/gimp.m4 @@ -144,7 +144,11 @@ int main () #include #include -GPlugInInfo PLUG_IN_INFO = +#if GIMP_CHECK_VERSION(1,1,20) +GimpPlugInInfo +#else +GPlugInInfo +#endif { NULL, /* init_proc */ NULL, /* quit_proc */