diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-03 16:24:11 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-03 16:24:11 +0000 |
| commit | a012af37d7bd3a972d2b3fbb7ed09bc8662e91eb (patch) | |
| tree | 01e48f80ea6b6b50cecf76d2961a1591b2a7182a | |
| parent | f557fb4d2b84e5948f54a5fbb0a645a5f97b83dd (diff) | |
| download | pcsxr-a012af37d7bd3a972d2b3fbb7ed09bc8662e91eb.tar.gz | |
sio1 plugin was enabled for linux by default;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85767 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 19a0388f..93fe88c9 100644 --- a/configure.ac +++ b/configure.ac @@ -142,8 +142,8 @@ if test "$BUILD_OPENGL" = "yes"; then AC_CONFIG_FILES([plugins/peopsxgl/Makefile]) fi -AC_ARG_ENABLE(sio1, [ --enable-sio1 build SIO1 plugin (default=no)], -[ BUILD_SIO1="$enableval" ],[ BUILD_SIO1="no" ]) +AC_ARG_ENABLE(sio1, [ --enable-sio1 build SIO1 plugin (default=yes)], +[ BUILD_SIO1="$enableval" ],[ BUILD_SIO1="yes" ]) BLADESIO1="" |
