From 415e738feb188909dea60831aef07c4fb0fe0f17 Mon Sep 17 00:00:00 2001 From: eathenabot Date: Sun, 11 Dec 2011 21:06:25 +0000 Subject: * Merged changes up to eAthena 15032. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15065 54d463be-8e91-2dee-dedb-b68131a5f0ec --- configure | 68 --------------------------------------------------------------- 1 file changed, 68 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e26d187e8..606107040 100755 --- a/configure +++ b/configure @@ -3523,74 +3523,6 @@ fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -# -# DB_MANUAL_CAST_TO_UNION -# -echo "$as_me:$LINENO: checking whether $CC is able to typecast to union" >&5 -echo $ECHO_N "checking whether $CC is able to typecast to union... $ECHO_C" >&6 -cat >conftest.$ac_ext <<_ACEOF - - typedef union Foonion - { - int i; - unsigned int ui; - const char* s; - } - Foonion; - - int bar(Foonion onion) - { - return onion.i; - } - - int foo(void) - { - int i = 0; - - return bar(((Foonion)(int)i)); - } - -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" - || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 - CFLAGS="$CFLAGS -DDB_MANUAL_CAST_TO_UNION" - - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - - ############################################################################### # Check for libraries and header files. # -- cgit v1.2.3-70-g09d2