1
0
Fork 0

Add patch:126539:"cd image, fix for files without extension" from prompt. Fix a typo that probably broke endian support for isos

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2302
This commit is contained in:
Peter Veenstra 2005-09-07 19:15:09 +00:00
parent 702a19d47f
commit ad7700fa3b
3 changed files with 12 additions and 6 deletions

View file

@ -71,7 +71,7 @@ return 0;
AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
#Check for big endian machine, should #define WORD_BIGENDIAN if so
#Check for big endian machine, should #define WORDS_BIGENDIAN if so
AC_C_BIGENDIAN
#Features to enable/disable