Regenerate with solaris tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20865 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-03-07 11:58:28 +00:00
parent 9fc3d94730
commit fb6b0a3dc6
2 changed files with 21 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# configure.in for GNU Objective-C library
# configure.ac for GNU Objective-C library
# Process this file with autoconf to produce a configure script.
#
# Copyright (C) 1993,1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@ -667,10 +667,10 @@ INCLUDE_STDINT="#include <stdint.h>"
else
if test $ac_cv_header_sys_inttypes_h = yes; then
INCLUDE_STDINT="#include <sys/inttypes.h>"
endif
endif
fi
fi
if test $INCLUDE_STDINT = no; then
if test "$INCLUDE_STDINT"="no"; then
INCLUDE_STDINT=""
DEFINE_INT8_T="#define int8_t gss8"
DEFINE_UINT8_T="#define uint8_t gsu8"