fix for building shared libs with SunPro cc (fscking glib not separated out

forgot it !@$%#%)

-Yosh
This commit is contained in:
Manish Singh
1998-07-02 03:15:23 +00:00
parent 3b4e7ea423
commit 7e893194cd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Wed Jul 1 20:14:03 PDT 1998 Manish Singh <yosh@gimp.org>
* ltconfig: fix for properly detecting shared lib support on
SunPro cc (taken from libtool 1.2.a)
Wed May 20 05:02:26 1998 Tim Janik <timj@gtk.org>
* glib.h: conditionally define NULL, FALSE and TRUE.

View File

@@ -561,7 +561,7 @@ if test -n "$pic_flag"; then
# Check to make sure the pic_flag actually works.
echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
$rm conftest*
echo > conftest.c
echo "int some_variable = 0;" > conftest.c
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $pic_flag -DPIC"
echo "$progname:567: checking if $compiler PIC flag $pic_flag works" >&5