Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 857162
Collapse All | Expand All

(-)a/configure.ac (-7 / +6 lines)
Lines 531-537 if test "$with_gd" != no; then Link Here
531
  # If pkg-config did return libgd configuration then
531
  # If pkg-config did return libgd configuration then
532
  # libgd_{CFLAGS,LDFLAGS,LIBS} is set
532
  # libgd_{CFLAGS,LDFLAGS,LIBS} is set
533
  # If gdlib-config executable is found then GDLIB_CONFIG is set
533
  # If gdlib-config executable is found then GDLIB_CONFIG is set
534
  if test $pkg_failed == no && test -n "$GDLIB_CONFIG"; then
534
  if test $pkg_failed = no && test -n "$GDLIB_CONFIG"; then
535
    # If pkg-config did succeed and we have gdlib-config then the later takes
535
    # If pkg-config did succeed and we have gdlib-config then the later takes
536
    # priority
536
    # priority
537
    libgd_CFLAGS=`$GDLIB_CONFIG --cflags`
537
    libgd_CFLAGS=`$GDLIB_CONFIG --cflags`
Lines 1141-1147 AC_MSG_RESULT([ fig, hpgl, metafont, metapost, pcl5, postscript,]) Link Here
1141
AC_MSG_RESULT([    pict2e, pslatex, pstex, pstricks, svg, texdraw, tkcanvas])
1141
AC_MSG_RESULT([    pict2e, pslatex, pstex, pstricks, svg, texdraw, tkcanvas])
1142
AC_MSG_RESULT([])
1142
AC_MSG_RESULT([])
1143
1143
1144
if test "$with_bitmap_terminals" == yes; then
1144
if test "$with_bitmap_terminals" = yes; then
1145
  AC_MSG_RESULT([  dot-matrix terminals: yes ( --without-bitmap-terminals to disable)])
1145
  AC_MSG_RESULT([  dot-matrix terminals: yes ( --without-bitmap-terminals to disable)])
1146
else
1146
else
1147
  AC_MSG_RESULT([  dot-matrix terminals: no (use --with-bitmap-terminals to enable)])
1147
  AC_MSG_RESULT([  dot-matrix terminals: no (use --with-bitmap-terminals to enable)])
Lines 1150-1156 AC_MSG_RESULT([ epson, nec, okidata, tandy, and seiko dp414 printers]) Link Here
1150
AC_MSG_RESULT([    hp500c, hpdj, hpljii, hppj, pbm, sixel, starc])
1150
AC_MSG_RESULT([    hp500c, hpdj, hpljii, hppj, pbm, sixel, starc])
1151
AC_MSG_RESULT([])
1151
AC_MSG_RESULT([])
1152
1152
1153
if test "$with_tektronix" == no; then
1153
if test "$with_tektronix" = no; then
1154
  AC_MSG_RESULT([  tektronix terminal emulators: no ( --with-tektronix to enable)])
1154
  AC_MSG_RESULT([  tektronix terminal emulators: no ( --with-tektronix to enable)])
1155
else
1155
else
1156
  AC_MSG_RESULT([  tektronix terminal emulators: yes ( --without-tektronix to disable)])
1156
  AC_MSG_RESULT([  tektronix terminal emulators: yes ( --without-tektronix to disable)])
Lines 1171-1189 else Link Here
1171
  AC_MSG_RESULT([    ggi terminal:  no   (use --with-ggi to enable, requires libggi)])
1171
  AC_MSG_RESULT([    ggi terminal:  no   (use --with-ggi to enable, requires libggi)])
1172
fi
1172
fi
1173
1173
1174
if test "$with_gpic" == yes; then
1174
if test "$with_gpic" = yes; then
1175
  AC_MSG_RESULT([    gpic terminal: yes])
1175
  AC_MSG_RESULT([    gpic terminal: yes])
1176
else
1176
else
1177
  AC_MSG_RESULT([    gpic terminal: no   (use --with-gpic to enable)])
1177
  AC_MSG_RESULT([    gpic terminal: no   (use --with-gpic to enable)])
1178
fi
1178
fi
1179
1179
1180
if test "$with_tgif" == yes; then
1180
if test "$with_tgif" = yes; then
1181
  AC_MSG_RESULT([    tgif terminal: yes])
1181
  AC_MSG_RESULT([    tgif terminal: yes])
1182
else
1182
else
1183
  AC_MSG_RESULT([    tgif terminal: no   (use --with-tgif to enable)])
1183
  AC_MSG_RESULT([    tgif terminal: no   (use --with-tgif to enable)])
1184
fi
1184
fi
1185
1185
1186
if test "$with_mif" == yes; then
1186
if test "$with_mif" = yes; then
1187
  AC_MSG_RESULT([    mif terminal (FrameMaker 3): yes])
1187
  AC_MSG_RESULT([    mif terminal (FrameMaker 3): yes])
1188
else
1188
else
1189
  AC_MSG_RESULT([    mif terminal (FrameMaker 3): no   (use --with-mif to enable)])
1189
  AC_MSG_RESULT([    mif terminal (FrameMaker 3): no   (use --with-mif to enable)])
1190
- 

Return to bug 857162