Changeset c0bbad in git for m4/options.m4


Ignore:
Timestamp:
Mar 19, 2014, 8:03:42 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
Children:
37e66f95be01e9f3d6e938257173798bc6a8dabe
Parents:
35f51c1498caac698f88edaebe09d65cb380aec7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:03:42+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:40+01:00
Message:
Minor BS cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r35f51c1 rc0bbad  
    6060
    6161if test "x$ENABLE_PLURAL" = xyes; then
    62   AC_DEFINE(HAVE_PLURAL,1,Enable non-commutative subsystem)
     62  AC_DEFINE(HAVE_PLURAL,[1],[Enable non-commutative subsystem])
    6363  #TODO make a seperate switch
    64   AC_DEFINE(HAVE_SHIFTBBA,1, [Enable letterplace])
     64  AC_DEFINE(HAVE_SHIFTBBA,[1],[Enable letterplace])
    6565fi
    6666
Note: See TracChangeset for help on using the changeset viewer.