X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ff05a229397c75142725f45cad191ce4a00625ce..refs/tags/v0.1.15:/configure.in diff --git a/configure.in b/configure.in index cff1044..b57f9d4 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,11 @@ dnl Process this file with autoconf to produce a configure script. +sinclude(ac_prog_cc_no_writeable_strings.m4) + AC_INIT(secnet.c) AC_CONFIG_HEADER(config.h) -AC_REVISION($Id: configure.in,v 1.2 2001/12/06 17:36:27 steve Exp $) +AC_REVISION($Id: configure.in,v 1.3 2002/02/20 16:18:18 steve Exp $) AC_LANG_C @@ -22,6 +24,7 @@ AC_CHECK_SIZEOF(unsigned long) AC_CHECK_SIZEOF(unsigned int) AC_CHECK_SIZEOF(unsigned short) AC_CHECK_SIZEOF(unsigned char) +AC_PROG_CC_NO_WRITEABLE_STRINGS(WRITESTRINGS) dnl the order in which libraries is checked is important dnl eg. adns on Solaris 2.5.1 depends on -lnsl and -lsocket