[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug fix for AC_F77_LIBRARY_LDFLAGS on Solaris
From: |
Steven G. Johnson |
Subject: |
bug fix for AC_F77_LIBRARY_LDFLAGS on Solaris |
Date: |
Tue, 24 Jul 2001 15:27:55 -0400 (EDT) |
2001-07-24 Steven G. Johnson <address@hidden>
* aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
which has a special meaning and is not a reference to libibmil.a.
Reported by Matteo Frigo.
Index: aclang.m4
===================================================================
RCS file: /cvs/autoconf/aclang.m4,v
retrieving revision 1.147
diff -u -r1.147 aclang.m4
--- aclang.m4 2001/07/18 13:38:40 1.147
+++ aclang.m4 2001/07/24 18:22:00
@@ -1864,7 +1864,7 @@
[AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
;;
# Ignore these flags.
- -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
+ -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"
- bug fix for AC_F77_LIBRARY_LDFLAGS on Solaris,
Steven G. Johnson <=