Changeset e51b410 for configure.in


Ignore:
Timestamp:
Apr 20, 2003, 4:21:48 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
c269e22
Parents:
f87c490
Message:
Changed configure.in and config.h to make the test for
  use_default_colors work properly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    rac70242 re51b410  
    1111     CFLAGS="$CFLAGS -Wall -g";
    1212fi
     13
    1314
    1415dnl Check for Athena
     
    4243AC_CHECK_LIB(zephyr, ZInitLocationInfo, AC_DEFINE([HAVE_LIBZEPHYR_ZINITLOCATIONINFO], [], [Have ZInitLocationInfo]),)
    4344
     45AC_CHECK_FUNCS(use_default_colors)
     46
     47
    4448AC_MSG_CHECKING(for des_ecb_encrypt prototype)
    4549AC_TRY_COMPILE([#include <des.h>
     
    6367CFLAGS=${CFLAGS}\ ${FOO}
    6468
    65 dnl Find the location of XSUBPP
     69dnl Find the location of perl XSUBPP
    6670AC_MSG_CHECKING(for the perl xsubpp precompiler)
    6771XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
     
    8286  AC_MSG_ERROR(No terminfo found for this system)))
    8387
    84 dnl Checks for library functions.
    85 dnl AC_PROG_GCC_TRADITIONAL
    86 dnl AC_CHECK_FUNCS(gethostname strdup use_default_colors)
    87 
    8888AC_SUBST(XSUBPPDIR)
    8989
Note: See TracChangeset for help on using the changeset viewer.