From a012af37d7bd3a972d2b3fbb7ed09bc8662e91eb Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 3 Jul 2013 16:24:11 +0000 Subject: sio1 plugin was enabled for linux by default; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85767 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- configure.ac | 4 ++-- 1 file 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="" -- cgit v1.2.3