made the check for needed underscore in module's func-names work on

1998-10-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in: made the check for needed underscore in module's
	func-names work on solaris. (G_MODULE_NEED_USCORE must be set
	outside AC_CACHE_VAL, dlopen(0,0) refused to work on solaris).
This commit is contained in:
Sebastian Wilhelmi
1998-10-20 14:39:55 +00:00
committed by Sebastian Wilhelmi
parent 1a3648688f
commit fb20a36775
9 changed files with 64 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
1998-10-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: made the check for needed _ in module's func-names
work on solaris. (G_MODULE_NEED_USCORE must be set outside
AC_CACHE_VAL, dlopen(0,0) refused to work on solaris).
Tue Oct 20 03:32:58 PDT 1998 Manish Singh <yosh@gimp.org>
* configure.in