diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:41:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:49:40 +0300 |
commit | f3f6c11ee2da108ab5c0d54979d7925f9175a6b6 (patch) | |
tree | 7dcbe15e086ac6184c82edcbd2498b6508d9bb35 | |
parent | df54f97aaf613714d785461859a35fdf7a899990 (diff) |
No idea what use_shl_version is
Change-Id: I85ae4a65c32fda4b6cf79e0e9ed1c3add3941364
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index eaaf34b919fe..21384ee7b960 100644 --- a/configure.ac +++ b/configure.ac @@ -441,7 +441,6 @@ cygwin*|interix*|mingw32*) test_freetype=no test_fontconfig=no _os=WINNT - use_shl_version="TRUE" DLLPOST=".dll" LINKFLAGSNOUNDEFS= @@ -615,8 +614,6 @@ if test "$_os" = "AIX"; then fi fi -AC_SUBST(use_shl_version) - AC_SUBST(WITH_MINGW) AC_SUBST(OSVERSION) AC_SUBST(PTHREAD_CFLAGS) |