OSDN Git Service

glsl: Fix Android build
[android-x86/external-mesa.git] / autogen.sh
index c76bf8b..b5f6ec4 100755 (executable)
@@ -15,4 +15,6 @@ MAKEFLAGS=""
 
 autoreconf -v --install || exit 1
 
-"$srcdir"/configure "$@"
+if test -z "$NOCONFIGURE"; then
+    "$srcdir"/configure "$@"
+fi