summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-08-10 09:29:17 -0400
committerAllen Winter <allen.winter@kdab.com>2016-08-10 09:29:17 -0400
commitccb0f3c34a87051c04f12a9df0ea24e04b2a712d (patch)
tree67e8a5794bb66008b1c5268d66d847140e43693a /config.h.cmake
parent3f456f1b12a9bdb013a23d250f64aad0f7683e8b (diff)
downloadlibical-git-ccb0f3c34a87051c04f12a9df0ea24e04b2a712d.tar.gz
ConfigureChecks.cmake - hack finding snprintf for MSVS2015
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 4248f2aa..d0976534 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -310,7 +310,7 @@ typedef unsigned int wint_t;
#define stat _stat
#else
#if !defined(HAVE_STAT)
-#error "No function to get status info one a file available"
+#error "No function to get status info on a file available"
#endif
#endif
#include <sys/types.h>