From 1ab2706e52ccf36ce72b2599a91e8dbb22bc965d Mon Sep 17 00:00:00 2001 From: willson-chen <53104026+willson-chen@users.noreply.github.com> Date: Tue, 23 Jul 2019 14:28:06 +0800 Subject: Update the comment in config_types.h.in (#53) @var@ is replaced by configure when autoconf or cmake when use cmake --- include/ogg/config_types.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ogg/config_types.h.in b/include/ogg/config_types.h.in index 92b4d57..898c3f1 100644 --- a/include/ogg/config_types.h.in +++ b/include/ogg/config_types.h.in @@ -1,7 +1,7 @@ #ifndef __CONFIG_TYPES_H__ #define __CONFIG_TYPES_H__ -/* these are filled in by configure */ +/* these are filled in by configure or cmake*/ #define INCLUDE_INTTYPES_H @INCLUDE_INTTYPES_H@ #define INCLUDE_STDINT_H @INCLUDE_STDINT_H@ #define INCLUDE_SYS_TYPES_H @INCLUDE_SYS_TYPES_H@ -- cgit v1.2.1