configure.in (*-*-freebsd2*): Add missing '*' at end of configure string.
� * configure.in (*-*-freebsd2*): Add missing '*' at end of configure string. From-SVN: r27414
This commit is contained in:
parent
1c25a28ef0
commit
12a8f312a5
@ -1,3 +1,8 @@
|
||||
Tue Jun 8 00:21:11 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* configure.in (*-*-freebsd2*): Add missing '*' at end of configure
|
||||
string.
|
||||
|
||||
1999-06-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
|
||||
|
||||
* std/std_valarray.h: Don't #include unconditionally <alloca.h>
|
||||
|
@ -71,7 +71,7 @@ if [ "${shared}" = "yes" ]; then
|
||||
*-*-hpux*) frags="${frags} hpux.ml" ;;
|
||||
*-*-irix[56]*) frags="${frags} irix5.ml" ;;
|
||||
*-*-linux*aout*) ;;
|
||||
*-*-freebsd2) ;;
|
||||
*-*-freebsd2*) ;;
|
||||
*-*-freebsd*) frags="${frags} freebsd.ml" ;;
|
||||
*-*-linux*) frags="${frags} linux.ml" ;;
|
||||
*-*-openbsd*) frags="${frags} openbsd.ml" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user