Fix configure stuff, zsnes actually compiles on my box now!!!

This commit is contained in:
theoddone33
2001-09-20 01:32:17 +00:00
parent 5d8c1dfa6f
commit d6b8030162
4 changed files with 202 additions and 97 deletions

View File

@@ -14,6 +14,7 @@ dnl optimized binaries.
dnl See also: remarks supplied in the debug checking area below
AC_INIT(init.asm)
AC_CONFIG_HEADER(config.h)
echo -- Where is our compiler, and who are we compiling for?
CFLAGS="-pipe -I. -Wall"
CXXFLAGS=$CFLAGS