diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 02:35:47 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 02:37:32 +0100 |
commit | 3677953fc3358460f2c54174545ed2103e728837 (patch) | |
tree | 1964bded95b77f910627816c91f6b69ecae8e6d9 | |
parent | 38470c49ee3d9f346755c6d3eb84b8264a5cbf8f (diff) |
Revert the VS2005 dll fix. We will need a separate rule for that.
This reverts commit 2c9d3817429b1537ea31521cb263a52ce9c7968e.
Change-Id: Id2f0eca9f487920cdb4f36e99c776475bcde4721
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ede03c0c3767..ed90a4b0bac5 100644 --- a/configure.ac +++ b/configure.ac @@ -4874,10 +4874,6 @@ find_msvc_dlls() AC_MSG_ERROR([can not find $dll in $msvcdllpath]) fi done - - if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then - msvcdlls="$msvcdlls Microsoft.VC80.CRT.manifest msvcp80.dll msvcr80.dll" - fi } if test "$build_os" = "cygwin"; then |