diff options
-rw-r--r-- | m4/_xine.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 3c9aa651b..8ddc12f52 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -349,7 +349,7 @@ _ACEOF AC_MSG_RESULT(yes) else dnl typical problem: dlopen'ed module not self contained, because - dnl is wasn't linked with -lgcc + dnl it wasn't linked with -lgcc AC_MSG_RESULT(no) if grep '^archive_cmds=.*$LD -G' libtool >/dev/null; then AC_MSG_CHECKING([if libtool can be fixed]) |