OSDN Git Service

Avoid assertion fault when trying to draw a big picture
[android-x86/hardware-intel-common-libva.git] / autogen.sh
index ab04e1d..af7d03c 100755 (executable)
@@ -46,6 +46,6 @@ fi
 
 cd "$olddir"
 
-if test -z "$NO_CONFIGURE"; then
+if test -z "$NOCONFIGURE"; then
     $srcdir/configure "$@" && echo "Now type 'make' to compile $PROJECT."
 fi