diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 0bfa012c..e1c48692 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -208,11 +208,11 @@ LIBFAME_DIR= LIBMNG_DIR= # endif -# if USE_LIBPNG -# LIBPNG_DIR=libpng -# else +if USE_LIBPNG +LIBPNG_DIR=libpng +else LIBPNG_DIR= -# endif +endif # if USE_POLYP # POLYP_DIR=polyp |