mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
fix for properly detecting shared lib support on SunPro cc (taken from
libtool 1.2.a) -Yosh
This commit is contained in:
parent
61bccc36a9
commit
f154104379
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* ltconfig: fix for properly detecting shared lib support on
|
||||||
|
SunPro cc (taken from libtool 1.2.a)
|
||||||
|
|
||||||
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
Sat Jul 4 13:38:52 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib.h: added g_array_length
|
* glib.h: added g_array_length
|
||||||
|
2
ltconfig
2
ltconfig
@ -561,7 +561,7 @@ if test -n "$pic_flag"; then
|
|||||||
# Check to make sure the pic_flag actually works.
|
# Check to make sure the pic_flag actually works.
|
||||||
echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
|
echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
|
||||||
$rm conftest*
|
$rm conftest*
|
||||||
echo > conftest.c
|
echo "int some_variable = 0;" > conftest.c
|
||||||
save_CFLAGS="$CFLAGS"
|
save_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS $pic_flag -DPIC"
|
CFLAGS="$CFLAGS $pic_flag -DPIC"
|
||||||
echo "$progname:567: checking if $compiler PIC flag $pic_flag works" >&5
|
echo "$progname:567: checking if $compiler PIC flag $pic_flag works" >&5
|
||||||
|
Loading…
Reference in New Issue
Block a user