Changeset fd68165 in git for factory/configure.ac


Ignore:
Timestamp:
Nov 7, 2013, 6:42:08 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bebd13f12467d52870735cd4cfae940241fef019
Parents:
4a4593a9cc860e3c2819808ef08faab1b9a48009
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:42:08+01:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:46:02+01:00
Message:
Fixed name conflict INT64 and wrong type
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    r4a4593a rfd68165  
    107107  enable_debugoutput=no)
    108108
    109 AH_TEMPLATE([INT64], [Defenition for INT64])
     109AH_TEMPLATE([FACTORY_INT64], [Defenition for FACTORY_INT64])
    110110# Always long long int???!
    111 AC_DEFINE([INT64], [long long int])
     111AC_DEFINE([FACTORY_INT64], [long long int])
    112112
    113113DX_INIT_DOXYGEN($PACKAGE_NAME, MYDOXYGENCONFIG)
Note: See TracChangeset for help on using the changeset viewer.