Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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)