ben 96/12/05 03:16:10
Modified: src Configure Log: Point at the PORTING file, encourage someone to port to 64 bit Irix. Revision Changes Path 1.44 +5 -1 apache/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache/src/Configure,v retrieving revision 1.43 retrieving revision 1.44 diff -C3 -r1.43 -r1.44 *** Configure 1996/12/05 11:06:06 1.43 --- Configure 1996/12/05 11:16:09 1.44 *************** *** 173,178 **** --- 173,180 ---- ;; *-sgi-irix64) # Note: We'd like to see patches to compile 64-bit, but for now... + echo "You are running 64-bit Irix. For now, we will compile 32-bit" + echo "but if you would care to port to 64-bit, send us the patches." CFLAGS="$CFLAGS -n32" LFLAGS="$LFLAGS -n32" DEF_WANTHSREGEX=yes *************** *** 300,306 **** uname -v echo uname -X uname -X ! echo Please Email this output to [EMAIL PROTECTED] echo Thank you exit 1 ;; --- 302,310 ---- uname -v echo uname -X uname -X ! echo Ideally, read the file PORTING, do what it says and send the ! echo resulting patches to [EMAIL PROTECTED] Otherwise, email ! echo this output to [EMAIL PROTECTED] echo Thank you exit 1 ;;