Changeset 2217 for trunk/build_support/yat-config.in
- Timestamp:
- Mar 14, 2010, 9:57:53 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.6-stable merged: 2203-2204,2207,2212,2215
- Property svn:mergeinfo changed
-
trunk/build_support/yat-config.in
r2119 r2217 2 2 3 3 # Copyright (C) 2008 Jari Häkkinen, Peter Johansson 4 # Copyright (C) 2009 Peter Johansson4 # Copyright (C) 2009, 2010 Peter Johansson 5 5 # 6 6 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 150 150 if test "x$libdir" = "x/usr/lib"; then 151 151 : # ignore standard '/usr/lib' 152 elif (test "$CXX" ="g++" &&153 test "x$libdir" ="x/usr/local/lib"); then152 elif (test "$CXX" = "g++" && 153 test "x$libdir" = "x/usr/local/lib"); then 154 154 : # ignore '/usr/local/lib' if we use g++ 155 155 else
Note: See TracChangeset
for help on using the changeset viewer.