From f813aff648c38dd148fc570a912c936484fb490a Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 21 Jan 2002 09:52:47 +0000 Subject: Fix compilation when WITHOUT_PILOT is defined. Submitted by: Joe Marcus Clarke --- deskutils/gnomepim/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'deskutils/gnomepim') diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index ba95250..d40e06f 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -28,9 +28,7 @@ USE_LIBTOOL= yes CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib -.if defined(WITHOUT_PILOT) -CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -.else +.if !defined(WITHOUT_PILOT) CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -- cgit v1.1