fix for properly detecting shared lib support on SunPro cc (taken from
libtool 1.2.a) -Yosh
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Mon Jun 29 14:19:30 BST 1998
|
||||
Wed Jul 1 09:56:25 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* ltconfig: fix for properly detecting shared lib support on
|
||||
SunPro cc (taken from libtool 1.2.a)
|
||||
|
||||
Mon Jun 29 14:19:30 BST 1998 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: add section on GtkCList widget, contributed
|
||||
by Stefan Mars <mars@lysator.liu.se>
|
||||
|
||||
2
ltconfig
2
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
|
||||
|
||||
Reference in New Issue
Block a user