Modify it to adjust Tizen IVI enviroment
[platform/upstream/kmscon.git] / autogen.sh
index a96d6ef..0bb5ca8 100755 (executable)
@@ -4,5 +4,5 @@ mkdir -p m4
 autoreconf -i
 
 if test ! "x$NOCONFIGURE" = "x1" ; then
 autoreconf -i
 
 if test ! "x$NOCONFIGURE" = "x1" ; then
-    exec ./configure --enable-debug "$@"
+    exec ./configure "$@"
 fi
 fi