Author: mturk Date: Sat Apr 18 09:08:00 2009 New Revision: 766274 URL: http://svn.apache.org/viewvc?rev=766274&view=rev Log: Remove deprecated option
Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=766274&r1=766273&r2=766274&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/configure (original) +++ commons/sandbox/runtime/trunk/src/main/native/configure Sat Apr 18 09:08:00 2009 @@ -326,7 +326,7 @@ varadds shflags "/MACHINE:X86" ;; windows64-cl ) - varadds ccflags "-DWIN64 -D_WIN64 -Wp64 -D_AMD64_=1" + varadds ccflags "-DWIN64 -D_WIN64 -D_AMD64_=1" varadds shflags "/MACHINE:AMD64" ;; *64-* )