configure.ac (8e8da03f) configure.ac (85e23226)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 6092 unchanged lines hidden (view full) ---

6101 AC_MSG_ERROR([gdiplus.dll is missing in external/gdiplus/.
6102Get it from the Microsoft site and put it into external/gdiplus.
6103You may have to search Microsoft's website. Last time it was seen at:
6104<http://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en>.])
6105 fi
6106fi
6107
6108dnl ===================================================================
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 6092 unchanged lines hidden (view full) ---

6101 AC_MSG_ERROR([gdiplus.dll is missing in external/gdiplus/.
6102Get it from the Microsoft site and put it into external/gdiplus.
6103You may have to search Microsoft's website. Last time it was seen at:
6104<http://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en>.])
6105 fi
6106fi
6107
6108dnl ===================================================================
6109dnl Windows builds need msvcr100.dll in external/msvcp100/
6110dnl ===================================================================
6111if test "$_os" = "WINNT"; then
6112 AC_MSG_CHECKING([for msvcr100.dll])
6113 if test -x ./external/msvcp100/msvcr100.dll; then
6114 AC_MSG_RESULT([found and executable])
6115 else
6116 AC_MSG_ERROR([msvcr100.dll is missing in external/msvcp100/.
6117Get it from the Microsoft Visual C++ 2010 Redistributable Package (x86),
6118from the Microsoft site and put it into external/msvcp100.
6119You may have to search Microsoft's website. Last time it was seen at:
6120<http://www.microsoft.com/en-us/download/search.aspx?q=Microsoft+Visual+C%2b%2b+2010+Redistributable>.])
6121 fi
6122fi
6123
6124dnl ===================================================================
6109dnl Test which vclplugs have to be built.
6110dnl ===================================================================
6111AC_MSG_CHECKING([which VCLplugs shall be built])
6112ENABLE_GTK=""
6113if test "x$enable_gtk" = "xyes"; then
6114 ENABLE_GTK="TRUE"
6115 R="gtk"
6116fi

--- 1565 unchanged lines hidden ---
6125dnl Test which vclplugs have to be built.
6126dnl ===================================================================
6127AC_MSG_CHECKING([which VCLplugs shall be built])
6128ENABLE_GTK=""
6129if test "x$enable_gtk" = "xyes"; then
6130 ENABLE_GTK="TRUE"
6131 R="gtk"
6132fi

--- 1565 unchanged lines hidden ---