head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.08.10.14.29.30;	author roam;	state dead;
branches;
next	1.1;

1.1
date	2004.02.14.12.52.52;	author krion;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update curlpp to version 0.3.1, which not only lets it build with
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
@
text
@--- configure.orig	Thu Jun 19 05:17:22 2003
+++ configure	Fri Feb 13 02:02:21 2004
@@@@ -6598,19 +6598,6 @@@@
    { echo "configure: error: *** curl-config not found. You need a working libcurl installation." 1>&2; exit 1; }
 fi
 
-echo $ac_n "checking if libcurl version is >= 7.10.0""... $ac_c" 1>&6
-echo "configure:6603: checking if libcurl version is >= 7.10.0" >&5
-curl_version_needed="16#070a00"
-curl_version=`$HAVECURL --vernum`
-curl_version=$(echo "16#"$curl_version)
-if let $curl_version -ge $curl_version_needed; then
-   echo "$ac_t""yes" 1>&6
-else
-   echo "$ac_t""no" 1>&6
-   { echo "configure: error: *** libcurl is too old. You need a libcurl installation newer
-                 or equal to 7.10.0." 1>&2; exit 1; }
-fi
-
 echo $ac_n "checking warning make an error on compilation""... $ac_c" 1>&6
 echo "configure:6616: checking warning make an error on compilation" >&5
 # Check whether --enable-ewarning or --disable-ewarning was given.
@@@@ -6646,7 +6633,7 @@@@
 
 
 
-CXXFLAGS="$CFLAGS $CURLPP_CFLAGS"
+CXXFLAGS="$CXXFLAGS $CURLPP_CFLAGS"
 
 trap '' 1 2 15
 cat > confcache <<\EOF
@


1.1
log
@- Fix build on -current
- Support CXXFLAGS properly

PR:		ports/62814
Submitted by:	Ports Fury
@
text
@@

