Skip to content

Commit a7322bd

Browse files
committed
configure: fix adding DELTA_INC
:+ instead of :- (if not empty, actually appended _without_ the space) commit 3f9fe34 (2025-10-23)
1 parent 58f9e61 commit a7322bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ if test "$deltacast_req" != no; then
11821182
fi
11831183
fi
11841184
if test "$deltacast_found" = yes; then
1185-
INC="$INC${DELTA_INC:- $DELTA_INC}"
1185+
INC="$INC${DELTA_INC:+ $DELTA_INC}"
11861186
add_module vidcap_deltacast "src/deltacast_common.o \
11871187
src/video_capture/deltacast.o src/video_capture/deltacast_dvi.o" "$DELTACAST_LIB"
11881188
add_module display_deltacast "src/deltacast_common.o \

0 commit comments

Comments
 (0)