Changeset 19059


Ignore:
Timestamp:
02/02/15 14:44:55 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: missing space before capability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/Enum/Synchronize.sh ΒΆ

    r17831 r19059  
    7474if test \"x$"  toupper($1)"\" = \"xyes\"; then\n\
    7575        HAVE_"  toupper($1)"=yes\n\
    76         AC_DEFINE([_HAVE_"  toupper($1)"_],[1],[with " $1"capability])\n\
     76        AC_DEFINE([_HAVE_"  toupper($1)"_],[1],[with " $1" capability])\n\
    7777fi\n\
    7878AM_CONDITIONAL([" toupper($1)"], [test x$HAVE_" toupper($1)" = xyes])\n\
Note: See TracChangeset for help on using the changeset viewer.