Remove -no-undefined because of problems with uunresolved symbols in
authorPadraig O'Briain <padraigo@src.gnome.org>
Mon, 25 Feb 2002 17:41:06 +0000 (17:41 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 25 Feb 2002 17:41:06 +0000 (17:41 +0000)
* atk/Makefile.am:
Remove -no-undefined because of problems with uunresolved symbols
in libgobject on Solaris when using gcc

ChangeLog
atk/Makefile.am

index 13fec18..b3cda66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/Makefile.am:
+       Remove -no-undefined because of problems with uunresolved symbols
+       in libgobject on Solaris when using gcc
+
 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Version 0.13
index 993cbe5..055ca3e 100644 (file)
@@ -75,7 +75,6 @@ INCLUDES = \
 
 LDFLAGS =  \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)    \
-       -no-undefined                                           \
        $(export_symbols)                                       \
        @DEP_LIBS@