Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 1941

Show
Ignore:
Timestamp:
03/19/07 18:50:46 (2 years ago)
Author:
Gregor
Message:

lib/compiler/gdc/configure.in: Updated s/gdc/gcc/ regex to be smarter.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/compiler/gdc/configure

    r1857 r1941  
    40044004 
    40054005#GDC=$CC 
    4006 GDC=`echo $CC | sed s/gcc/gdc/
     4006GDC=`echo $CC | sed 's/gcc$/gdc/'
    40074007 
    40084008{ echo "$as_me:$LINENO: checking If $GDC can compile D sources" >&5 
  • trunk/lib/compiler/gdc/configure.in

    r1857 r1941  
    170170 
    171171#GDC=$CC 
    172 GDC=`echo $CC | sed s/gcc/gdc/
     172GDC=`echo $CC | sed 's/gcc$/gdc/'
    173173 
    174174AC_MSG_CHECKING([If $GDC can compile D sources])