configure: fix adding DELTA_INC

:+ instead of :- (if not empty, actually appended _without_ the space)

commit 3f9fe348 (2025-10-23)
This commit is contained in:
Martin Pulec
2025-10-29 16:32:00 +01:00
parent 58f9e61e12
commit a7322bdd5e

View File

@@ -1182,7 +1182,7 @@ if test "$deltacast_req" != no; then
fi
fi
if test "$deltacast_found" = yes; then
INC="$INC${DELTA_INC:- $DELTA_INC}"
INC="$INC${DELTA_INC:+ $DELTA_INC}"
add_module vidcap_deltacast "src/deltacast_common.o \
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
add_module display_deltacast "src/deltacast_common.o \