Skip to content

Commit

Permalink
Remove ancient W/A for cygwin.
Browse files Browse the repository at this point in the history
This W/A was for issue 5.
nickg#5

But src/rt/signal.h was gone.
nickg@b99b6b1
  • Loading branch information
hiyuh committed Dec 5, 2013
1 parent 252e082 commit 60a9eda
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.ac
Expand Up @@ -71,13 +71,6 @@ PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], [], [])

AX_DEFINE_DIR([DATADIR], [datadir/nvc], [Installation data directory])

# On cygwin local headers can sometimes be included instead
# of system ones which is worked around using -I-. A better
# solution would be to have automake use -iquote.
case $host_os in
*cygwin* ) CFLAGS="$CFLAGS -I-" ;;
esac

AC_DEFINE_UNQUOTED([SYSTEM_CC], ["$(which $CC)"], [System compiler])

AC_ARG_ENABLE([native],
Expand Down

0 comments on commit 60a9eda

Please sign in to comment.