Commits
Ryan Schmidt authored 85bac0ac0b6
1 - | --- configure.old 2017-03-22 17:12:25.000000000 -0700 |
2 - | +++ configure 2017-03-22 17:13:00.000000000 -0700 |
3 - | |
1 + | --- configure.orig 2019-10-04 16:41:31.000000000 -0500 |
2 + | +++ configure 2019-11-07 15:30:21.000000000 -0600 |
3 + | |
4 4 | ;; |
5 5 | --with-sdlnet-prefix=*) |
6 6 | arg=`echo $ac_option | cut -d '=' -f 2` |
7 7 | - SDL_NET_CFLAGS="-I$arg/include" |
8 8 | + SDL_NET_CFLAGS="-I$arg/include/SDL2" |
9 9 | SDL_NET_LIBS="-L$arg/lib" |
10 10 | ;; |
11 - | --backend=*) |
11 + | --with-iconv-prefix=*) |