Changeset 14172
- Timestamp:
- 12/17/12 08:54:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r14171 r14172 1073 1073 if test -n "$GRAPHICS_LIB" ; then 1074 1074 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 1076 1077 HAVE_GRAPHICS=yes 1077 1078 GRAPHICSLIB="$GRAPHICS_LIB"
Note:
See TracChangeset
for help on using the changeset viewer.