Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-26 08:12:34 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-26 08:12:34 (GMT)
commit2ba128683e2383e7cca98082353f3f632cbf40f3 (patch)
tree3c15616e3851d2c6c16cd998b6f5d6ac0116a7bb /configure.ac
parentc5e889301ed8ef25b628231b6bf897eaf549e941 (diff)
Fix for 301996
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9848a20..0d6ed51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,8 @@ if test "x$enable_dvi" = "xyes"; then
if test "x$enable_type1_fonts" = xyes; then
AC_DEFINE([WITH_TYPE1_FONTS], [1], [Enable t1lib support in dvi.])
fi
+else
+ enable_type1_fonts=no
fi
AM_CONDITIONAL(WITH_TYPE1_FONTS, test x$enable_type1_fonts = xyes)