Skip to content

Commit 698a90e

Browse files
committed
configure: remove misplaced comma
Signed-off-by: Stefan Widgren <[email protected]>
1 parent 9e88586 commit 698a90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -3297,7 +3297,7 @@ else
32973297
echo "Found INCLUDE_DIR and/or LIB_DIR!"
32983298
PKG_CFLAGS="-I${INCLUDE_DIR} ${PKG_CFLAGS}"
32993299
PKG_LIBS="-L${LIB_DIR} ${PKG_LIBS}"
3300-
USE_BUNDLED_LIBGIT2=no,
3300+
USE_BUNDLED_LIBGIT2=no
33013301
fi
33023302

33033303
# Find the compiler and compiler flags to use

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ else
8686
echo "Found INCLUDE_DIR and/or LIB_DIR!"
8787
PKG_CFLAGS="-I${INCLUDE_DIR} ${PKG_CFLAGS}"
8888
PKG_LIBS="-L${LIB_DIR} ${PKG_LIBS}"
89-
USE_BUNDLED_LIBGIT2=no,
89+
USE_BUNDLED_LIBGIT2=no
9090
fi
9191

9292
# Find the compiler and compiler flags to use

0 commit comments

Comments
 (0)