Mercurial > sdl-ios-xcode
comparison configure.in @ 739:22dbf364c017
Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 18 Nov 2003 01:27:06 +0000 |
parents | faaa676b20ef |
children | e70f80e98f60 |
comparison
equal
deleted
inserted
replaced
738:82b85b731fe3 | 739:22dbf364c017 |
---|---|
501 esac | 501 esac |
502 AC_SUBST(NASMFLAGS) | 502 AC_SUBST(NASMFLAGS) |
503 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" | 503 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/hermes" |
504 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" | 504 SDL_EXTRADIRS="$SDL_EXTRADIRS hermes" |
505 SDL_EXTRALIBS="$SDL_EXTRALIBS hermes/libhermes.la" | 505 SDL_EXTRALIBS="$SDL_EXTRALIBS hermes/libhermes.la" |
506 use_nasm=yes | |
506 fi | 507 fi |
507 fi | 508 fi |
508 } | 509 } |
509 | 510 |
510 dnl Find the nanox include and library directories | 511 dnl Find the nanox include and library directories |
2567 AM_CONDITIONAL(TARGET_MINT, test $ARCH = mint) | 2568 AM_CONDITIONAL(TARGET_MINT, test $ARCH = mint) |
2568 | 2569 |
2569 # More automake conditionals | 2570 # More automake conditionals |
2570 AM_CONDITIONAL(USE_DIRECTX, test x$use_directx = xyes) | 2571 AM_CONDITIONAL(USE_DIRECTX, test x$use_directx = xyes) |
2571 AM_CONDITIONAL(USE_CLONE, test x$use_clone = xyes) | 2572 AM_CONDITIONAL(USE_CLONE, test x$use_clone = xyes) |
2573 AM_CONDITIONAL(HAVE_NASM, test x$use_nasm = xyes) | |
2572 | 2574 |
2573 # Set conditional variables for shared and static library selection. | 2575 # Set conditional variables for shared and static library selection. |
2574 # These are not used in any Makefile.am but in sdl-config.in. | 2576 # These are not used in any Makefile.am but in sdl-config.in. |
2575 AM_CONDITIONAL([ENABLE_SHARED], [test "$enable_shared" = yes]) | 2577 AM_CONDITIONAL([ENABLE_SHARED], [test "$enable_shared" = yes]) |
2576 AM_CONDITIONAL([ENABLE_STATIC], [test "$enable_static" = yes]) | 2578 AM_CONDITIONAL([ENABLE_STATIC], [test "$enable_static" = yes]) |
2772 src/cdrom/win32/Makefile | 2774 src/cdrom/win32/Makefile |
2773 src/thread/Makefile | 2775 src/thread/Makefile |
2774 src/timer/Makefile | 2776 src/timer/Makefile |
2775 src/endian/Makefile | 2777 src/endian/Makefile |
2776 src/file/Makefile | 2778 src/file/Makefile |
2779 src/cpuinfo/Makefile | |
2777 src/hermes/Makefile | 2780 src/hermes/Makefile |
2778 sdl-config | 2781 sdl-config |
2779 SDL.spec | 2782 SDL.spec |
2780 SDL.qpg | 2783 SDL.qpg |
2781 ], [chmod +x sdl-config]) | 2784 ], [chmod +x sdl-config]) |