Mercurial > urweb
comparison configure @ 1369:1a78ca089bd0
Expose buffer type for other C libraries; replace minusSeconds with addSeconds
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 15:52:56 -0500 |
parents | b2bc8bcd546f |
children | 8524a1709821 |
comparison
equal
deleted
inserted
replaced
1368:b2bc8bcd546f | 1369:1a78ca089bd0 |
---|---|
11151 | 11151 |
11152 else | 11152 else |
11153 | 11153 |
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
11155 $as_echo "no" >&6; } | 11155 $as_echo "no" >&6; } |
11156 echo "You must install OpenSSL development files."; exit1 | 11156 echo "You must install OpenSSL development files."; exit 1 |
11157 | 11157 |
11158 fi | 11158 fi |
11159 rm -f core conftest.err conftest.$ac_objext \ | 11159 rm -f core conftest.err conftest.$ac_objext \ |
11160 conftest$ac_exeext conftest.$ac_ext | 11160 conftest$ac_exeext conftest.$ac_ext |
11161 CPPFLAGS="$save_CPPFLAGS" | 11161 CPPFLAGS="$save_CPPFLAGS" |