Changeset 500:8a144437db7d in lemon-1.2 for configure.ac
- Timestamp:
- 04/27/09 21:02:37 (15 years ago)
- Branch:
- default
- Children:
- 501:32fb28fc9d42, 627:20dac2104519
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r485 r500 28 28 AC_CHECK_TYPE(long long, [long_long_found=yes], [long_long_found=no]) 29 29 if test x"$long_long_found" = x"yes"; then 30 AC_DEFINE([ HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])30 AC_DEFINE([LEMON_HAVE_LONG_LONG], [1], [Define to 1 if you have long long.]) 31 31 fi 32 32
Note: See TracChangeset
for help on using the changeset viewer.