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:
arcum42 2009-06-07 07:13:54 +00:00
parent 4ed3035661
commit 96fb298371
2 changed files with 2 additions and 4 deletions

1
pcsx2/3rdparty Symbolic link
View File

@ -0,0 +1 @@
../3rdparty/

View File

@ -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