We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc5ef6 commit e47a927Copy full SHA for e47a927
configure.ac
@@ -151,10 +151,7 @@ AC_ARG_WITH([extra-libraries],
151
152
AC_MSG_CHECKING([--enable-graphics argument])
153
AC_ARG_ENABLE([graphics],
154
- [AS_HELP_STRING([--enable-graphics],[enable graphics (ScrollView) (default)])
155
-AS_HELP_STRING([--disable-graphics],[disable graphics (ScrollView)])],
156
- [enable_graphics=$enableval],
157
- [enable_graphics="yes"])
+ AS_HELP_STRING([--disable-graphics], [disable graphics (ScrollView)]))
158
AC_MSG_RESULT([$enable_graphics])
159
if test "$enable_graphics" = "no"; then
160
AC_DEFINE([GRAPHICS_DISABLED], [], [Disable graphics])
0 commit comments