I reported this against 1.1.17. Could someone please fix it? Thanks. Without this, configure will not be able to link the test program against the Gimp. diff -u /usr/local/share/aclocal/gimp.m4~ /usr/local/share/aclocal/gimp.m4 --- /usr/local/share/aclocal/gimp.m4~ Tue Mar 30 13:49:58 1999 +++ /usr/local/share/aclocal/gimp.m4 Fri Feb 11 22:34:47 2000 @@ -134,6 +134,13 @@ AC_TRY_LINK([ #include <stdio.h> #include <libgimp/gimp.h> +GPlugInInfo PLUG_IN_INFO = /* Plug-in information */ +{ + NULL, /* init_proc */ + NULL, /* quit_proc */ + NULL, /* query_proc */ + NULL, /* run_proc */ +}; ], [ return 0; ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GIMP or finding the wrong"