* Fixes cut&paste error in configure
* Ensure that framework install works given the
  recent CFLAGS and BASECFLAGS changes
diff --git a/configure.in b/configure.in
index 2751b0e..7f8945e 100644
--- a/configure.in
+++ b/configure.in
@@ -961,7 +961,7 @@
 		then
 			CFLAGS="-isysroot ${UNIVERSALSDK} ${CFLAGS}"
 			LDFLAGS="-isysroot ${UNIVERSALSDK} ${LDFLAGS}"
-			CPPFLAGSFLAGS="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
+			CPPFLAGS="-isysroot ${UNIVERSALSDK} ${CPPFLAGS}"
 		fi
 	    fi