remove space

SVN revision: 34669
This commit is contained in:
doursse 2008-05-25 18:22:00 +00:00 committed by doursse
parent b9ac050dd2
commit 9e83f3f72a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ case "$host_os" in
WIN32_CFLAGS="-mwin32"
lt_enable_auto_import="-Wl,--enable-auto-import"
fi
lt_no_undefined="-no-undefined "
lt_no_undefined="-no-undefined"
;;
esac
AC_SUBST(WIN32_CFLAGS)