Skip to content

Commit 9be9136

Browse files
committed
updated sdl2.m4 for autotools
1 parent b29ffae commit 9be9136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acinclude/sdl2.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run
4545
4646
if test "x$sdl_pc" = xyes ; then
4747
no_sdl=""
48-
SDL2_CONFIG="pkg-config sdl2"
48+
SDL2_CONFIG="$PKG_CONFIG sdl2"
4949
else
5050
as_save_PATH="$PATH"
5151
if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13056,7 +13056,7 @@ fi
1305613056

1305713057
if test "x$sdl_pc" = xyes ; then
1305813058
no_sdl=""
13059-
SDL2_CONFIG="pkg-config sdl2"
13059+
SDL2_CONFIG="$PKG_CONFIG sdl2"
1306013060
else
1306113061
as_save_PATH="$PATH"
1306213062
if test "x$prefix" != xNONE && test "$cross_compiling" != yes; then

0 commit comments

Comments
 (0)