Changeset 12430 for trunk/psLib/configure.ac
- Timestamp:
- Mar 12, 2007, 7:15:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r12417 r12430 134 134 CFLAGS=${CFLAGS} ${CFITSIO_CFLAGS} 135 135 LDFLAGS=${LDFLAGS} ${CFITSIO_LDFLAGS} 136 137 dnl Solaris needs to suck in these symbols from unusual locations 138 AC_SEARCH_LIBS([gethostbyname], [nsl]) 139 AC_SEARCH_LIBS([socket], [socket]) 136 140 137 141 AC_CHECK_HEADERS([fitsio.h],[], … … 431 435 432 436 AC_CHECK_HEADERS([openssl/md5.h],[], 433 [AC_MSG_ERROR([SSL headers not found. Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])] 437 [AC_CHECK_HEADERS([sys/md5.h],[], 438 [AC_MSG_ERROR([SSL headers not found. Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])] 439 )] 434 440 ) 435 441 AC_CHECK_LIB(crypto,MD5,[],
Note:
See TracChangeset
for help on using the changeset viewer.
