configure: Fix syntax error, light-e -> light_e.
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Jan 2016 02:19:08 +0000 (11:19 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 21 Jan 2016 07:20:12 +0000 (16:20 +0900)
using dash, autoconf said 'command not found'

Change-Id: I84c56bb3c6d19176a49ad46f231fade046aae9fd

configure.ac

index 07a70916f847bfed91d22ad5e0d8c1e4156faa8b..eb6e0b3d321751e83dd73e62723e2430aec806e1 100755 (executable)
@@ -464,16 +464,16 @@ AC_ARG_ENABLE([quick-init],
 AC_MSG_CHECKING([whether enlightenment quick initialization is enabled])
 AC_MSG_RESULT([${quick_init}])
 
-light-e=no
+light_e=no
 AC_ARG_ENABLE([light-e],
   AS_HELP_STRING([--enable-light-e],[]),
   [
-   light-e=yes
+   light_e=yes
    AC_DEFINE_UNQUOTED([DISABLE_FORMAT_TEST], [1], [disable file format test])
   ],
-  [light-e=no])
+  [light_e=no])
 AC_MSG_CHECKING([whether lightweight enlightenment is enabled])
-AC_MSG_RESULT([${light-e}])
+AC_MSG_RESULT([${light_e}])
 
 # doxygen program for documentation building