summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-15 17:50:26 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-15 17:50:26 +0000
commitcc445563aa15e93d632dcbdb9ea6310fc576efab (patch)
tree29a557443c7d0f287be81f56ce69a5b4c3af9ebf /configure.ac
parent7ef3daa6c3e2cea2a4940d7539a15394fedc67cf (diff)
downloadpcsxr-cc445563aa15e93d632dcbdb9ea6310fc576efab.tar.gz
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82921 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 887910b2..19a0388f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ BLADESIO1=""
if test "$BUILD_SIO1" = "yes"; then
AC_DEFINE([ENABLE_SIO1API], [1], [Define if we want use sio interface.])
- PEOPSXGL="plugins/bladesio1"
+ BLADESIO1="plugins/bladesio1"
AC_SUBST(BLADESIO1)
AC_CONFIG_FILES([plugins/bladesio1/Makefile])
fi