Skip to content

Commit

Permalink
Minor spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Mar 8, 2004
1 parent c6453a0 commit 914746f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -123,7 +123,7 @@ AC_MSG_RESULT($PICFLAG)

# mingw needs to link with libiberty.a, cygwin can tolerate it

AC_MSG_CHECKING("for extra libs needed")
AC_MSG_CHECKING(for extra libs needed)
EXTRALIBS=
case "${host}" in
*-*-cygwin*)
Expand All @@ -144,7 +144,7 @@ esac
# The -rdynamic flag is used by iverilog when compiling the target,
# to know how to export symbols of the main program to loadable modules
# that are brought in by -ldl
AC_MSG_CHECKING("for -rdynamic compiler flag")
AC_MSG_CHECKING(for -rdynamic compiler flag)

rdynamic=-rdynamic
case "${host}" in
Expand Down Expand Up @@ -176,7 +176,7 @@ AC_MSG_RESULT($rdynamic)
AC_SUBST(strip_dynamic)
AC_MSG_RESULT($strip_dynamic)

AC_MSG_CHECKING("for shared library link flag")
AC_MSG_CHECKING(for shared library link flag)
shared=-shared
case "${host}" in

Expand Down
4 changes: 2 additions & 2 deletions vvp/configure.in
Expand Up @@ -84,7 +84,7 @@ case "${host}" in *linux*) AC_DEFINE(LINUX) ;; esac
# The -rdynamic flag is used by iverilog when compiling the target,
# to know how to export symbols of the main program to loadable modules
# that are brought in by -ldl. VPI support requires this.
AC_MSG_CHECKING("for -rdynamic compiler flag")
AC_MSG_CHECKING(for -rdynamic compiler flag)

rdynamic=-rdynamic
case "${host}" in
Expand Down Expand Up @@ -113,7 +113,7 @@ esac
AC_SUBST(rdynamic)
AC_MSG_RESULT($rdynamic)

AC_MSG_CHECKING("for extra libs needed")
AC_MSG_CHECKING(for extra libs needed)
EXTRALIBS=
case "${host}" in
*-*-cygwin*)
Expand Down

0 comments on commit 914746f

Please sign in to comment.