Ticket #18166: patch-texk_xdvik_configure.diff
File patch-texk_xdvik_configure.diff, 978 bytes (added by jjstickel@…, 16 years ago) |
---|
-
texk/xdvik/configure
old new 4222 4222 echo $ac_n "(cached) $ac_c" 1>&6 4223 4223 else 4224 4224 ac_save_LIBS="$LIBS" 4225 LIBS="-lt1 -lz -l m $LIBS"4225 LIBS="-lt1 -lz -lc -lm $LIBS" 4226 4226 cat > conftest.$ac_ext <<EOF 4227 4227 #line 4228 "configure" 4228 4228 #include "confdefs.h" … … 4259 4259 4260 4260 fi 4261 4261 4262 LIBS="-lt1 -l m $LIBS"4262 LIBS="-lt1 -lc -lm $LIBS" 4263 4263 if test "$with_system_t1lib" = yes; then 4264 4264 echo $ac_n "checking whether installed T1 lib is >= v 5.0.0 ""... $ac_c" 1>&6 4265 4265 echo "configure:4266: checking whether installed T1 lib is >= v 5.0.0 " >&5 … … 5978 5978 echo $ac_n "(cached) $ac_c" 1>&6 5979 5979 else 5980 5980 ac_save_LIBS="$LIBS" 5981 LIBS="-l m $LIBS"5981 LIBS="-lc -lm $LIBS" 5982 5982 cat > conftest.$ac_ext <<EOF 5983 5983 #line 5984 "configure" 5984 5984 #include "confdefs.h" … … 6008 6008 #define $ac_tr_lib 1 6009 6009 EOF 6010 6010 6011 LIBS="-l m $LIBS"6011 LIBS="-lc -lm $LIBS" 6012 6012 6013 6013 else 6014 6014 echo "$ac_t""no" 1>&6