[evince] Properly name comments on HAVE_INTROSPECTION



commit 5f5945704ba081aaa46389843a728542048ad6f5
Author: Hans Ulrich Niedermann <hun n-dimensional de>
Date:   Thu Oct 6 19:20:49 2016 +0200

    Properly name comments on HAVE_INTROSPECTION
    
    Properly name the comments on the HAVE_INTROSPECTION conditional.
    
    They have not been called ENABLE_INTROSPECTION since
    commit f3e189201e55a786d2f5c7c728b841c492ef from 2012-06-24.

 libdocument/Makefile.am | 2 +-
 libview/Makefile.am     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index 46cdee4e..6230171d 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -180,6 +180,6 @@ typelibs_DATA = EvinceDocument-$(EV_API_VERSION).typelib
 
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 
-endif # ENABLE_INTROSPECTION
+endif # HAVE_INTROSPECTION
 
 -include $(top_srcdir)/git.mk
diff --git a/libview/Makefile.am b/libview/Makefile.am
index e2724f28..2de42545 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -165,6 +165,6 @@ typelibs_DATA = EvinceView-$(EV_API_VERSION).typelib
 
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 
-endif # ENABLE_INTROSPECTION
+endif # HAVE_INTROSPECTION
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]