diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-08 17:58:27 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-08 17:58:27 -0400 |
commit | 169e8098be76947e6e1aa002052d9536dc9aa273 (patch) | |
tree | a9a81460d41a2d7485184d8ffc423ac9869f2432 /configure.in | |
parent | 3a66727fc66003224d7c99d15a12f04fdf706ff4 (diff) | |
download | lynx-snapshots-169e8098be76947e6e1aa002052d9536dc9aa273.tar.gz |
snapshot of project "lynx", label v2-8-2pre_2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b4e0b6ac..b6041fff 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ NLS_DATADIR, [PREFIX/DATADIR], [$prefix/$DATADIRNAME]) -INTLDIR_CPPFLAGS= +INTLDIR_CPPFLAGS="#" INTLDIR_MAKE= MSG_DIR_MAKE= SUB_MAKEFILE= @@ -160,7 +160,7 @@ if test -z "$MSG_DIR_MAKE" ; then fi if test -z "$INTLDIR_MAKE" ; then - INTLDIR_CPPFLAGS='-I$(top_srcdir)/intl' + INTLDIR_CPPFLAGS= fi AC_SUBST(INTLDIR_CPPFLAGS) @@ -508,6 +508,7 @@ CF_LOCALE CF_NGROUPS CF_SYS_ERRLIST CF_UTMP +CF_CHECK_EXTERN_DATA(h_errno,int) CF_EBCDIC |