mirror of https://github.com/PCSX2/pcsx2.git
Linux: Make the build system even more hackish, to avoid issues with AC_OUTPUT and automake 1.11.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1342 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4ed3035661
commit
96fb298371
|
@ -0,0 +1 @@
|
|||
../3rdparty/
|
|
@ -31,9 +31,6 @@ customcflags=$enableval,customcflags=no)
|
|||
AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization], [No optimizations when compiling]),
|
||||
optimization=$enableval,optimization=yes)
|
||||
|
||||
AC_ARG_ENABLE(unsupportedspeedfreak, AC_HELP_STRING([--enable-unsupportedspeedfreak], [Set the compiler to do unreasonable optimizations that will probably make all your games crash.]),
|
||||
unsupportedspeedfreak=$enableval,unsupportedspeedfreak=no)
|
||||
|
||||
dnl Check for debug build
|
||||
AC_MSG_CHECKING(debug build)
|
||||
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [debug build]),
|
||||
|
@ -191,7 +188,7 @@ AC_OUTPUT([
|
|||
tinyxml/Makefile
|
||||
x86/Makefile
|
||||
x86/ix86/Makefile
|
||||
../3rdparty/zlib/Makefile
|
||||
3rdparty/zlib/Makefile
|
||||
])
|
||||
|
||||
dnl bindir = pcsx2exe
|
||||
|
|
Loading…
Reference in New Issue