Skip to content

Commit

Permalink
configure: NATIVE_WINDOWS no longer defined in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Apr 17, 2012
1 parent f6b4cac commit cb71b6b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,7 @@ AC_DEFUN([CURL_CHECK_NATIVE_WINDOWS], [
])
fi
])
case "$ac_cv_native_windows" in
yes)
AC_DEFINE_UNQUOTED(NATIVE_WINDOWS, 1,
[Define to 1 if you are building a native Windows target.])
;;
esac
AM_CONDITIONAL(DOING_NATIVE_WINDOWS, test "x$ac_cv_native_windows" = xyes)
])


Expand Down

0 comments on commit cb71b6b

Please sign in to comment.