From: <ai...@us...> - 2014-04-04 17:33:32
|
Revision: 13097 http://sourceforge.net/p/plplot/code/13097 Author: airwin Date: 2014-04-04 17:33:29 +0000 (Fri, 04 Apr 2014) Log Message: ----------- Solve name clash <https://sourceforge.net/p/plplot/bugs/146/> by replacing HAVE_CONFIG_H ==> PLPLOT_HAVE_CONFIG_H everywhere within our source tree. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2014-04-04 17:31:22 UTC (rev 13096) +++ trunk/examples/CMakeLists.txt 2014-04-04 17:33:29 UTC (rev 13097) @@ -414,7 +414,7 @@ endif(CORE_BUILD) if(CORE_BUILD AND BUILD_TEST) - remove_definitions("-DHAVE_CONFIG_H") + remove_definitions("-DPLPLOT_HAVE_CONFIG_H") endif(CORE_BUILD AND BUILD_TEST) # Decide on device to be used for generic interactive tests. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |