diff --git a/configure.in b/configure.in index f82f3c8c3..fc705b4e9 100644 --- a/configure.in +++ b/configure.in @@ -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*) @@ -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 @@ -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 diff --git a/vvp/configure.in b/vvp/configure.in index 6cc76f4d8..a357997a2 100644 --- a/vvp/configure.in +++ b/vvp/configure.in @@ -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 @@ -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*)