[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / autogen.sh
index 9bfbf07..6b66b06 100755 (executable)
@@ -23,4 +23,6 @@ autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $?
 
 cd $ORIGDIR || exit 1
 
-../$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+if test -z "$NOCONFIGURE"; then
+    ../$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
+fi