Changeset 1988


Ignore:
Timestamp:
09/12/2007 01:47:47 (4 years ago)
Author:
chris
Message:

Check for zlib.h and fail if we don't have it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/configure.ac

    r1983 r1988  
    5959esac 
    6060 
     61AC_CHECK_HEADER([zlib.h],, [AC_MSG_ERROR([[cannot find zlib.h]])]) 
    6162AC_CHECK_LIB([z], [zlibVersion],, [AC_MSG_ERROR([[cannot find zlib]])]) 
    6263VL_LIB_READLINE([have_libreadline=yes], [have_libreadline=no]) 
Note: See TracChangeset for help on using the changeset viewer.