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-09-08 18:28:03 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-09-08 18:28:03 (GMT)
commit9254824d39559801a3fef00268fcc3ba3484121b (patch)
tree89ab5f5b1d9018d88ebfbbb538c5fd96ad2ada4c /configure.ac
parent9832f65434f957b1374d07e6a645b6b8ac88f459 (diff)
Used -lt1 instead -lt1lib
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 791ac13..c279f11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,7 +239,7 @@ AM_CONDITIONAL(ENABLE_DVI, test x$enable_dvi = xyes)
if test "x$enable_dvi" = "xyes"; then
if test "x$enable_type1_fonts" = "xyes"; then
- AC_CHECK_LIB([t1lib],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no)
+ AC_CHECK_LIB([t1],T1_InitLib,enable_type1_fonts=yes,enable_type1_fonts=no,[-lm])
fi
if test "x$enable_type1_fonts" = xyes; then