Changeset 6517 for trunk/licq
- Timestamp:
- 09/12/08 03:01:40 (3 months ago)
- Files:
-
- 1 modified
-
trunk/licq/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/configure.ac
r6513 r6517 7 7 dnl All versioning is done via these defines 8 8 INT_VERSION=1035 9 AM_INIT_AUTOMAKE(licq, 1.3. 5)9 AM_INIT_AUTOMAKE(licq, 1.3.6) 10 10 11 11 AM_CONFIG_HEADER(config.h) … … 101 101 AC_HEADER_STDC 102 102 AC_CHECK_HEADERS(errno.h fcntl.h getopt.h limits.h malloc.h pwd.h unistd.h paths.h) 103 104 dnl Check for headers we can use to get endian for system and maybe some bswap functions 105 AC_CHECK_HEADERS(byteswap.h endian.h machine/endian.h sys/byteorder.h) 103 106 104 107 dnl Checks for library functions.
