diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 16:42:42 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 16:42:42 +0000 |
commit | 8da521018cf81a474464895df02e1ef410045ead (patch) | |
tree | b3b99b3b0f89ac515a9c8f3d9606393a90ba32e2 /configure | |
parent | e4472dfd54f4dd2549fc46008004b31b282cbb41 (diff) | |
download | hercules-8da521018cf81a474464895df02e1ef410045ead.tar.gz hercules-8da521018cf81a474464895df02e1ef410045ead.tar.bz2 hercules-8da521018cf81a474464895df02e1ef410045ead.tar.xz hercules-8da521018cf81a474464895df02e1ef410045ead.zip |
* itemdb.c/h using a static array of 32k struct item_data* entries (faster itemdb loockup and a first step to remove map_session_data->inventory_data).
* Fixed a typo in the configure script that replaced CFLAGS with CPPFLAGS when -Wno-pointer-sign is supported by the compiler. [FlavioJS]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'configure')
-rw-r--r-- | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 11252 . +# From configure.in Revision: 11259 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61. # @@ -3748,7 +3748,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { echo "$as_me:$LINENO: checking whether $CC supports -Wno-pointer-sign" >&5 echo $ECHO_N "checking whether $CC supports -Wno-pointer-sign... $ECHO_C" >&6; } OLD_CFLAGS="$CFLAGS" -CFLAGS="$CPPFLAGS -Wno-pointer-sign" +CFLAGS="$CFLAGS -Wno-pointer-sign" cat >conftest.$ac_ext <<_ACEOF int foo; _ACEOF |