Changeset 14173
- Timestamp:
- 12/17/12 13:17:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r14172 r14173 1074 1074 dnl check that library provided EXISTS! 1075 1075 GRAPHICS_DIR=$(echo $GRAPHICS_LIB | sed -e "s/-L//g" | awk '{print $[1]}') 1076 if test -d "$GRAPHICS_DIR" ; then1076 if test -d "$GRAPHICS_DIR" || test -f "$GRAPHICS_DIR"; then 1077 1077 HAVE_GRAPHICS=yes 1078 1078 GRAPHICSLIB="$GRAPHICS_LIB"
Note:
See TracChangeset
for help on using the changeset viewer.