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

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- dosemu-1.1.5-old/configure.ac
0
++ dosemu-1.1.5/configure.ac
Lines 262-269 Link Here
262
  else
262
  else
263
    if test -d $prefix/include/slang; then
263
    if test -d $prefix/include/slang; then
264
      SLANGINC="-I${prefix}/include/slang"
264
      SLANGINC="-I${prefix}/include/slang"
265
    elif test -d /usr/include/slang; then
265
    elif test -d /usr/include/slang-2; then
266
      SLANGINC="-I/usr/include/slang"
266
      SLANGINC="-I/usr/include/slang-2"
267
    fi
267
    fi
268
  fi
268
  fi
269
else
269
else
Lines 286-296 Link Here
286
AC_MSG_RESULT($SLANGINC $SLANGLIB)
286
AC_MSG_RESULT($SLANGINC $SLANGLIB)
287
have_slang="no"
287
have_slang="no"
288
AC_CHECK_HEADER(slang.h,
288
AC_CHECK_HEADER(slang.h,
289
  AC_CHECK_LIB(slang, SLtt_get_terminfo,
289
  AC_CHECK_LIB(slang-2, SLtt_get_terminfo,
290
    AC_MSG_NOTICE(Compiling with S-Lang support...)
290
    AC_MSG_NOTICE(Compiling with S-Lang support...)
291
    have_slang="yes"
291
    have_slang="yes"
292
    AC_DEFINE(USE_SLANG)
292
    AC_DEFINE(USE_SLANG)
293
    SLANGLIB="$SLANGLIB -lslang -lm",
293
    SLANGLIB="$SLANGLIB -lslang-2 -lm",
294
    [AC_MSG_WARN([No S-Lang library found.])]
294
    [AC_MSG_WARN([No S-Lang library found.])]
295
    $srcdir/mkpluginhooks enable term no
295
    $srcdir/mkpluginhooks enable term no
296
  ),
296
  ),

Return to bug 149316