Changeset d787645 in git for ntl


Ignore:
Timestamp:
Apr 30, 2005, 5:29:37 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a0e57c4c27273001724952282207c5041452fb76
Parents:
f45ec2ef6f63ae01a2bba579ec15408dab628fdc
Message:
*hannes: syntax of test: spaces in args


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

Legend:

Unmodified
Added
Removed
  • ntl/configure

    rf45ec2 rd787645  
    11#!/bin/sh
     2# version $Id: configure,v 1.19 2005-04-30 15:29:37 Singular Exp $
    23for i in $*
    34do
     
    3435fi
    3536
    36 if test x$CFLAGS = x
     37if test "x$CFLAGS" = x
    3738then
    3839  CFLAGS="-O3 -fomit-frame-pointer"
    3940fi
    4041
    41 if test x$CXXFLAGS = x
     42if test "x$CXXFLAGS" = x
    4243then
    4344  if test ac_cv_cxx_have_exception = yes
     
    5859
    5960. ./config.status
    60 
Note: See TracChangeset for help on using the changeset viewer.