Changeset de8f89 in git for ntl


Ignore:
Timestamp:
Jan 5, 2006, 2:36:14 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
35b32e4b1daa7e02317cf415b67a022abb7b3ae5
Parents:
f4e34d99cc05867675b175bef438814a9e03d3e4
Message:
*hannes: fix: spaces in CC/CXX


git-svn-id: file:///usr/local/Singular/svn/trunk@8872 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ntl/configure

    rf4e34d9 rde8f89  
    11#!/bin/sh
    2 # version $Id: configure,v 1.22 2005-07-05 16:11:08 Singular Exp $
     2# version $Id: configure,v 1.23 2006-01-05 13:36:14 Singular Exp $
    33
    44while [ $# -ne 0 ]; do
     
    4747fi
    4848
    49 if test x$SING_CC = x
     49if test "x$SING_CC" = x
    5050then
    5151  SING_CC=gcc
    5252fi
    5353
    54 if test x$SING_CXX = x
     54if test "x$SING_CXX" = x
    5555then
    5656  SING_CXX=g++
Note: See TracChangeset for help on using the changeset viewer.