summaryrefslogtreecommitdiffstats
path: root/fastjar/configure.ac
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-25 23:06:47 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-25 23:06:47 +0000
commit1be81b41d958d2574646506c85f867795a776e31 (patch)
treebd96fba36398427def6ded793beecf15bf59a3f8 /fastjar/configure.ac
parent776af4c5cd28996ebd898da0457c62ea5e0ef9cc (diff)
downloadppe42-gcc-1be81b41d958d2574646506c85f867795a776e31.tar.gz
ppe42-gcc-1be81b41d958d2574646506c85f867795a776e31.zip
2004-06-25 Kelley Cook <kcook@gcc.gnu.org>
PR other/15194 * configure.ac: Add check for long long. * jartool.h: Check for long long before using it. * configure: Regenerate * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/configure.ac')
-rw-r--r--fastjar/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastjar/configure.ac b/fastjar/configure.ac
index f80fa54aa3e..635836fd882 100644
--- a/fastjar/configure.ac
+++ b/fastjar/configure.ac
@@ -39,7 +39,7 @@ AC_COMPILE_CHECK_SIZEOF(char)
AC_COMPILE_CHECK_SIZEOF(short)
AC_COMPILE_CHECK_SIZEOF(int)
AC_COMPILE_CHECK_SIZEOF(long)
-AC_COMPILE_CHECK_SIZEOF(long long)
+AC_CHECK_TYPES([long long],[AC_COMPILE_CHECK_SIZEOF(long long)])
dnl Check byte order
AC_C_BIGENDIAN_CROSS
OpenPOWER on IntegriCloud