summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 4206e6b..da0bd69 100644 --- a/configure.ac +++ b/configure.ac
@@ -23,8 +23,8 @@ AC_SUBST([SDLTTF_CXXFLAGS])
23 23
24AC_ARG_WITH([sdl2-ttf-lib-path], 24AC_ARG_WITH([sdl2-ttf-lib-path],
25 [AS_HELP_STRING([--with-sdl2-ttf-lib-path], [location of the SDL2_ttf library])], 25 [AS_HELP_STRING([--with-sdl2-ttf-lib-path], [location of the SDL2_ttf library])],
26 [SDLTTF_LIBS="-L$withval -lsdl2_ttf"], 26 [SDLTTF_LIBS="-L$withval -lSDL2_ttf"],
27 [SDLTTF_LIBS="-lsdl2_ttf"]) 27 [SDLTTF_LIBS="-lSDL2_ttf"])
28AC_SUBST([SDLTTF_LIBS]) 28AC_SUBST([SDLTTF_LIBS])
29 29
30dnl Check for SDL2_net 30dnl Check for SDL2_net
@@ -37,8 +37,8 @@ AC_SUBST([SDLNET_CXXFLAGS])
37 37
38AC_ARG_WITH([sdl2-net-lib-path], 38AC_ARG_WITH([sdl2-net-lib-path],
39 [AS_HELP_STRING([--with-sdl2-net-lib-path], [location of the SDL2_net library])], 39 [AS_HELP_STRING([--with-sdl2-net-lib-path], [location of the SDL2_net library])],
40 [SDLNET_LIBS="-L$withval -lsdl2_net"], 40 [SDLNET_LIBS="-L$withval -lSDL2_net"],
41 [SDLNET_LIBS="-lsdl2_net"]) 41 [SDLNET_LIBS="-lSDL2_net"])
42AC_SUBST([SDLNET_LIBS]) 42AC_SUBST([SDLNET_LIBS])
43 43
44AC_OUTPUT \ No newline at end of file 44AC_OUTPUT