+2001-04-11 Alexandre Oliva <aoliva@redhat.com>
+
+ * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs.
+
2001-04-11 Ossama Othman <ossama@uci.edu>
* AUTHORS: Added myself to the list of maintainers.
;;
solaris*)
- no_undefined_flag=' -z text'
+ no_undefined_flag=' -z defs'
# $CC -shared without GNU ld will not create a library from C++
# object files and a static libstdc++, better avoid it by now
archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'