diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-06 12:30:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 01:34:37 +0100 |
commit | 1e7f9952140fb42c71df2113166902ef98287780 (patch) | |
tree | fcb60bd0e6ae9d9f0778d19b4f91fb0691535e75 /configure.ac | |
parent | dc920c16de09dba26213c061ff0a17ed77c10782 (diff) |
configure: no need to put OSVERSION in environment
... since it's only used inside configure.
Change-Id: Iaf88239a5e8eb7215406b9948ca2599bd1468a8b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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) |