From 7efd7ea071e1ef2b40b14ca6de4df74018b5de2b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 27 Sep 2012 11:36:37 +0000 Subject: [PATCH] ps3: honour the CELLSDK environment variable if CELL_SDK is not defined. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 602c00d2..18e172a8 100644 --- a/configure.ac +++ b/configure.ac @@ -99,8 +99,8 @@ AC_CHECK_LIB(sysmodule_stub, cellSysmoduleLoadModule, dnl For PSGL AC_DEFINE(HAVE_GLES_2X, 1, Define to 1 if GLES 2.x is available) # FIXME: hack GL_LIBS="${GL_LIBS} -lPSGL -lgcm_cmd -lgcm_sys_stub" - dnl This is the old way - if test "x${CELLSDK}" != x -a "x${CELLSDK}" = x; then + dnl This is the old way; we now use CELL_SDK instead of CELLSDK + if test "x${CELLSDK}" != x -a "x${CELL_SDK}" = x; then CELL_SDK="${CELLSDK}" fi if test "x${enable_debug}" = xyes; then