fix for properly detecting shared lib support on SunPro cc (taken from
authorManish Singh <yosh@src.gnome.org>
Mon, 6 Jul 1998 17:12:48 +0000 (17:12 +0000)
committerManish Singh <yosh@src.gnome.org>
Mon, 6 Jul 1998 17:12:48 +0000 (17:12 +0000)
libtool 1.2.a)

-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
ltconfig

index 1987cfc..de9b6c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 1987cfc..de9b6c5 100644 (file)
@@ -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>
 
        * glib.h: added g_array_length
index 878a7c8..4cd5626 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -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