diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
commit | ccd5e68160be5037782516253cb9a5ffa4b830a6 (patch) | |
tree | 321de4859169fed562f2c8a06b2f1c69dd7400f3 /src/config.h.in | |
parent | c5697e42a76142c339806e1c0bc7ed15e3ace548 (diff) | |
download | engine-ccd5e68160be5037782516253cb9a5ffa4b830a6.tar.gz |
improved file structure for autotools
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in index 4e60460..7020488 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -9,9 +9,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `SDL2' library (-lSDL2). */ -#undef HAVE_LIBSDL2 - /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE |