From: root Date: Tue, 26 Apr 2005 01:11:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=79ccb286103492b4f7da3a60603dd47fd5d81e80;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/reconf b/reconf index b1367d62..1e868722 100755 --- a/reconf +++ b/reconf @@ -5,8 +5,8 @@ # just set some compiler options if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then - CC=ccache\ gcc-3.4 - CXX=ccache\ g++-3.4 + CC=ccache\ gcc-4.0 + CXX=ccache\ g++-4.0 export CC CXX fi