Ignore:
Timestamp:
Mar 14, 2010, 9:57:53 PM (14 years ago)
Author:
Peter
Message:

merged release 0.6.1

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/build_support/yat-config.in

    r2119 r2217  
    22
    33# Copyright (C) 2008 Jari Häkkinen, Peter Johansson
    4 # Copyright (C) 2009 Peter Johansson
     4# Copyright (C) 2009, 2010 Peter Johansson
    55#
    66# This file is part of the yat library, http://dev.thep.lu.se/yat
     
    150150    if test "x$libdir" = "x/usr/lib"; then
    151151      : # ignore standard '/usr/lib'
    152     elif (test "$CXX"="g++" &&
    153           test "x$libdir"="x/usr/local/lib"); then
     152    elif (test "$CXX" = "g++" &&
     153          test "x$libdir" = "x/usr/local/lib"); then
    154154      : # ignore '/usr/local/lib' if we use g++
    155155    else
Note: See TracChangeset for help on using the changeset viewer.