Correct WITHOUT_PILOT test in one place.
This commit is contained in:
parent
eaaacfa441
commit
260688534e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51824
@ -27,7 +27,7 @@ USE_LIBTOOL= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LIBS= -L${LOCALBASE}/lib
|
||||
.if !defined(WITHOUT_PILOT)
|
||||
.if defined(WITHOUT_PILOT)
|
||||
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
|
||||
.else
|
||||
CPPFLAGS+= -I${LOCALBASE}/pilot/include
|
||||
|
@ -27,7 +27,7 @@ USE_LIBTOOL= yes
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LIBS= -L${LOCALBASE}/lib
|
||||
.if !defined(WITHOUT_PILOT)
|
||||
.if defined(WITHOUT_PILOT)
|
||||
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
|
||||
.else
|
||||
CPPFLAGS+= -I${LOCALBASE}/pilot/include
|
||||
|
Loading…
Reference in New Issue
Block a user