Changeset 14172


Ignore:
Timestamp:
12/17/12 08:54:40 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed problem with use of awk input-meta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r14171 r14172  
    10731073        if test -n "$GRAPHICS_LIB" ; then
    10741074                dnl check that library provided EXISTS!
    1075                 if test -f "$GRAPHICS_LIB"; then
     1075                GRAPHICS_DIR=$(echo $GRAPHICS_LIB | sed -e "s/-L//g" | awk '{print $[1]}')
     1076                if test -d "$GRAPHICS_DIR"; then
    10761077                        HAVE_GRAPHICS=yes
    10771078                        GRAPHICSLIB="$GRAPHICS_LIB"
Note: See TracChangeset for help on using the changeset viewer.