Date: Sun Jul 5 21:57:59 CEST 2009
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed bug #442: configure: error: "you have strange libedit".
Modified files:
xdebug/debugclient/configure.in (version: 1.7)
[FILE: /xdebug/debugclient/configure.in]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/debugclient/configure.in:1.6 Mon Feb 26 13:38:42 2007 GMT
+++ xdebug/debugclient/configure.in Sun Jul 05 17:57:59 2009 GMT
@@ -1,4 +1,4 @@
-dnl $Id: cvstemp,v 1.6 2007/02/26 14:38:42 derick Exp $
+dnl $Id: cvstemp,v 1.7 2009/07/05 19:57:59 derick Exp $
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
@@ -145,10 +145,7 @@
], [
static EditLine *el = NULL;
-int main()
-{
- el = el_init("foo", stdin, stdout, stderr);
-}
+el = el_init("foo", stdin, stdout, stderr);
],
XDC_ELINIT_ARGS=4,
[AC_TRY_COMPILE([
@@ -157,10 +154,7 @@
], [
static EditLine *el = NULL;
-int main()
-{
- el = el_init("foo", stdin, stdout);
-}
+el = el_init("foo", stdin, stdout);
],
XDC_ELINIT_ARGS=3,
[AC_ERROR("you have strange libedit")]
Received on Sun Jul 05 2009 - 21:58:02 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST