diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-17 20:04:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-17 20:04:46 +0000 |
commit | fa550e5f7d7c33980370ee318912afca4bf98c6a (patch) | |
tree | bfa688ac9b61c13cf1568351679365cfd536b90e /configure.in | |
parent | 3fe86a489daac550a65035d60677b839390310ea (diff) | |
download | gtk+-fa550e5f7d7c33980370ee318912afca4bf98c6a.tar.gz |
Re-add REBUILD_PNGS definition that got accidentally removed.
Fri May 17 16:05:34 2002 Owen Taylor <otaylor@redhat.com>
* configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS
definition that got accidentally removed.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cf4338e07b..70d3dbc7b7 100644 --- a/configure.in +++ b/configure.in @@ -744,6 +744,12 @@ dnl Test for libpng *** from CVS.]) fi + REBUILD_PNGS=\# + if test -z "$LIBPNG"; then + REBUILD_PNGS= + fi + AC_SUBST(REBUILD_PNGS) + AC_SUBST(LIBTIFF) AC_SUBST(LIBJPEG) AC_SUBST(LIBPNG) |