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:
Jeffrey A Law 1999-06-07 23:27:44 +00:00 committed by Jeff Law
parent 1c25a28ef0
commit 12a8f312a5
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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" ;;