diff options
-rw-r--r-- | config_host.mk.in | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 57e05744992e..36df9ac8e277 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -421,7 +421,6 @@ export OPENSSL_LIBS=$(gb_SPACE)@OPENSSL_LIBS@ export ORCUS_CFLAGS=$(gb_SPACE)@ORCUS_CFLAGS@ export ORCUS_LIBS=$(gb_SPACE)@ORCUS_LIBS@ export OS=@OS@ -export OSVERSION=@OSVERSION@ export OS_FOR_BUILD=@OS_FOR_BUILD@ export OUTPATH=@OUTPATH@ export PATH=@LO_PATH@ diff --git a/configure.ac b/configure.ac index b73df30d377f..789b31e36797 100644 --- a/configure.ac +++ b/configure.ac @@ -692,7 +692,6 @@ fi AC_SUBST(SDKDIRNAME) AC_SUBST(WITH_MINGW) -AC_SUBST(OSVERSION) AC_SUBST(PTHREAD_CFLAGS) AC_SUBST(PTHREAD_LIBS) |