Fix help text for disabling PNG library support.
This commit is contained in:
+1
-1
@@ -1116,7 +1116,7 @@ dnl
|
|||||||
AC_DEFUN([LCD_PNG_LIB], [
|
AC_DEFUN([LCD_PNG_LIB], [
|
||||||
AC_MSG_CHECKING([if PNG support has been enabled]);
|
AC_MSG_CHECKING([if PNG support has been enabled]);
|
||||||
AC_ARG_ENABLE(libpng,
|
AC_ARG_ENABLE(libpng,
|
||||||
[AS_HELP_STRING([--disable-png],[disable PNG support using libpng])],
|
[AS_HELP_STRING([--disable-libpng],[disable PNG support using libpng])],
|
||||||
[ if test "$enableval" != "no"; then
|
[ if test "$enableval" != "no"; then
|
||||||
enable_libpng=yes
|
enable_libpng=yes
|
||||||
fi ],
|
fi ],
|
||||||
|
|||||||
Reference in New Issue
Block a user