diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-27 22:54:40 +0000 |
commit | 70fc4ad384117eb03291f191d89019e6e55b75f4 (patch) | |
tree | c8ec33be0733517236c1b2ec41511ff3b087127d /sim/ppc/configure.in | |
parent | 79e6c66069a1e919ec42673efc498436a7d27202 (diff) | |
download | gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.zip gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.gz gdb-70fc4ad384117eb03291f191d89019e6e55b75f4.tar.bz2 |
Build again on SunOS; Make MODEL_INLINE default to 1 if inlining, not 2; Use __attribute__((const))
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r-- | sim/ppc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index b884544..0a708d2 100644 --- a/sim/ppc/configure.in +++ b/sim/ppc/configure.in @@ -414,7 +414,7 @@ else fi AC_SUBST(CC_FOR_BUILD) -AC_CHECK_HEADERS(string.h strings.h stdlib.h time.h sys/times.h unistd.h sys/resource.h) +AC_CHECK_HEADERS(string.h strings.h stdlib.h time.h sys/types.h sys/time.h sys/times.h unistd.h sys/resource.h) AC_OUTPUT(Makefile, [case x$CONFIG_HEADERS in xconfig.h:config.in) echo > stamp-h ;; esac]) |