Put in missing .else - this should make WITH_PILOT working.
PR: 32569 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
3c59058307
commit
f23bb676f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51172
@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include
|
||||
LIBS= -L${LOCALBASE}/lib
|
||||
.if !defined(WITH_PILOT)
|
||||
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
|
||||
.else
|
||||
CPPFLAGS+= -I${LOCALBASE}/pilot/include
|
||||
LIBS+= -L${LOCALBASE}/pilot/lib
|
||||
.endif
|
||||
|
@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include
|
||||
LIBS= -L${LOCALBASE}/lib
|
||||
.if !defined(WITH_PILOT)
|
||||
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
|
||||
.else
|
||||
CPPFLAGS+= -I${LOCALBASE}/pilot/include
|
||||
LIBS+= -L${LOCALBASE}/pilot/lib
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user