diff options
Diffstat (limited to 'Build/source/libs/libpng/withenable.ac')
-rw-r--r-- | Build/source/libs/libpng/withenable.ac | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/libs/libpng/withenable.ac b/Build/source/libs/libpng/withenable.ac index 941620e0e2d..3fe683ef22c 100644 --- a/Build/source/libs/libpng/withenable.ac +++ b/Build/source/libs/libpng/withenable.ac @@ -1,10 +1,11 @@ +# beginning of libpng/withenable.ac +# public domain. AC_ARG_WITH([system-pnglib], - [ --with-system-pnglib use installed pnglib library]) +[ --with-system-pnglib use installed pnglib library]) AC_ARG_WITH([pnglib_libdir], -[ --with-pnglib-libdir=DIR - Specify directory where the png library (libpng.a) resides.]) +[ --with-pnglib-libdir=DIR specify directory where the png library (libpng.a) resides.]) AC_ARG_WITH([pnglib_include], -[ --with-pnglib-include=DIR - Specify the pnglib header files location.]) +[ --with-pnglib-include=DIR specify directory with the pnglib header files.]) +# end of libpng/withenable.ac |