Commit 12a8f312 by Jeffrey A Law Committed by Jeff Law

configure.in (*-*-freebsd2*): Add missing '*' at end of configure string.

�
        * configure.in (*-*-freebsd2*): Add missing '*' at end of configure
        string.

From-SVN: r27414
parent 1c25a28e
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" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment