Mercurial > sdl-ios-xcode
comparison configure.in @ 742:528a52626680
Fixed building cpuinfo under mingw32
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Nov 2003 08:03:10 +0000 |
parents | e70f80e98f60 |
children | ce48d14ca5bf |
comparison
equal
deleted
inserted
replaced
741:97b9c301df94 | 742:528a52626680 |
---|---|
503 ;; | 503 ;; |
504 openbsd) | 504 openbsd) |
505 NASMFLAGS="-f aoutb" | 505 NASMFLAGS="-f aoutb" |
506 ;; | 506 ;; |
507 *) | 507 *) |
508 NASMFLAGS="-f elf" | 508 NASMFLAGS="-f elf -D __NOU__" |
509 ;; | 509 ;; |
510 esac | 510 esac |
511 AC_SUBST(NASMFLAGS) | 511 AC_SUBST(NASMFLAGS) |
512 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" | 512 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" |
513 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" | 513 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" |