summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-25 15:12:07 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-25 15:12:07 +0000
commit9e21326dfe17fb7cf2d1a4f18640ad9b121b4fa8 (patch)
tree070f074651b65386c9ec23cf7249b628da304a19 /config.h.cmake
parent58e8e97253d5217e1d8ee2d9a57c83a30c9cc9d2 (diff)
downloadnavit-9e21326dfe17fb7cf2d1a4f18640ad9b121b4fa8.tar.gz
Fix:Build:Check for popen
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4021 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 0214987ae..dcc4e98c6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -56,8 +56,7 @@
#cmakedefine HAVE_SYS_TIME_H 1
+#cmakedefine HAVE_POPEN 1
+
#cmakedefine HAVE_GETOPT_H 1
-#ifdef _MSC_VER
-#define __PRETTY_FUNCTION__ __FILE__":" << __LINE__
-#endif