aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/version.h.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-09-14 16:23:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-09-14 16:23:05 +0300
commit2ac205d1d0aaff43513471b0e185b8a9a2487d9a (patch)
treec9fbc68c060994d21e21fd259192e2ff3e6fdef9 /libpkgconf/version.h.in
parent5433a067a86957c1a14396d63f3e35eaeef1197d (diff)
Unconditionally add -DPKGCONFIG_IS_STATIC to cc.export.poptions for static library
Diffstat (limited to 'libpkgconf/version.h.in')
-rw-r--r--libpkgconf/version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpkgconf/version.h.in b/libpkgconf/version.h.in
index 1ca0111..0a41573 100644
--- a/libpkgconf/version.h.in
+++ b/libpkgconf/version.h.in
@@ -3,8 +3,8 @@
* license : ISC; see accompanying COPYING file
*/
-#ifndef PACKAGE_VERSION // Note: using the version macro itself.
+#ifndef PACKAGE_VERSION /* Note: using the version macro itself. */
#define PACKAGE_VERSION "$libpkgconf.version.project_id$"
-#endif // PACKAGE_VERSION
+#endif /* PACKAGE_VERSION */