Mercurial > hg > chrpath
comparison configure.ac @ 1:bbbfb3f97919
implement 32 and 64 bit support
| author | Peter Meerwald <p.meerwald@bct-electronic.com> |
|---|---|
| date | Fri, 20 Jul 2012 11:26:24 +0200 |
| parents | b8f7423e385c |
| children |
comparison
equal
deleted
inserted
replaced
| 0:b8f7423e385c | 1:bbbfb3f97919 |
|---|---|
| 24 AC_CHECK_HEADERS([getopt.h elf.h fcntl.h unistd.h link.h sys/link.h]) | 24 AC_CHECK_HEADERS([getopt.h elf.h fcntl.h unistd.h link.h sys/link.h]) |
| 25 | 25 |
| 26 dnl Checks for typedefs, structures, and compiler characteristics. | 26 dnl Checks for typedefs, structures, and compiler characteristics. |
| 27 AC_C_CONST | 27 AC_C_CONST |
| 28 AC_C_BIGENDIAN | 28 AC_C_BIGENDIAN |
| 29 AC_CHECK_SIZEOF(void *) | |
| 30 | 29 |
| 31 dnl Checks for library functions. | 30 dnl Checks for library functions. |
| 32 AC_CHECK_FUNCS(getopt_long) | 31 AC_CHECK_FUNCS(getopt_long) |
| 33 | 32 |
| 34 if eval "test x$GCC = xyes"; then | 33 if eval "test x$GCC = xyes"; then |
