Skip to content

Commit

Permalink
BeOS build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 5, 2001
1 parent ac488c5 commit 18b1ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -57,6 +57,9 @@ case "$target" in
alpha*-*-linux*)
CFLAGS="$CFLAGS -mcpu=ev4 -Wa,-mall"
;;
*-*-beos*)
ac_default_prefix=/boot/develop/tools/gnupro
;;
*-*-cygwin* | *-*-mingw32*)
if test "$build" != "$target"; then # cross-compiling
ac_default_prefix=/usr/local/cross-tools/i386-mingw32msvc
Expand Down

0 comments on commit 18b1ce1

Please sign in to comment.