View | Details | Raw Unified | Return to bug 134298
Collapse All | Expand All

(-)Makefile (-2 / +9 lines)
Lines 19-26 Link Here
19
19
20
OPTIONS=	DEBUG "Compile with debugging information" off \
20
OPTIONS=	DEBUG "Compile with debugging information" off \
21
		CURL "Compile with curl support" on \
21
		CURL "Compile with curl support" on \
22
		LIBWWW "Compile with libwww support" on
22
		LIBWWW "Compile with libwww support" on \
23
23
		CPLUSPLUS "Enable cpp headers and libs" off 
24
 
24
CONFLICTS=	xmlrpc-epi-0.* xmlrpc-c-[0-9]*
25
CONFLICTS=	xmlrpc-epi-0.* xmlrpc-c-[0-9]*
25
26
26
USE_GNOME=	gnometarget
27
USE_GNOME=	gnometarget
Lines 40-45 Link Here
40
CFLAGS+=	-DNDEBUG
41
CFLAGS+=	-DNDEBUG
41
.endif
42
.endif
42
43
44
.if defined(WITH_CPLUSPLUS)
45
CONFIGURE_ARGS+=	--enable-cplusplus
46
.else
47
CONFIGURE_ARGS+=	--disable-cplusplus
48
.endif
49
43
.if defined(WITHOUT_CURL)
50
.if defined(WITHOUT_CURL)
44
CONFIGURE_ARGS+=	--disable-curl-client
51
CONFIGURE_ARGS+=	--disable-curl-client
45
.else
52
.else

Return to bug 134298