[xdebug-dev] xdebug xdebug/debugclient/configure.in - MFH: Fixed bug #442: configure: error: "you have strange libedit".

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 5 Jul 2009 21:58:12 +0200

Date: Sun Jul 5 21:58:12 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- MFH: Fixed bug #442: configure: error: "you have strange libedit".

Modified files:
           xdebug/debugclient/configure.in (version: 1.6.2.1)

[FILE: /xdebug/debugclient/configure.in]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- xdebug/debugclient/configure.in:1.6 Mon Feb 26 13:38:42 2007 GMT
+++ xdebug/debugclient/configure.in Sun Jul 05 17:58:12 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.6.2.1 2009/07/05 19:58:12 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:15 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST