build: Fix copy/paste error

This commit is contained in:
Timm Bäder 2018-04-21 19:24:25 +02:00
parent 5b453ecd19
commit f483fd539e

View File

@ -761,7 +761,7 @@ summary = [
' Build tests: @0@'.format(get_option('build-tests')),
' Install tests: @0@'.format(get_option('install-tests')),
' Demos: @0@'.format(get_option('demos')),
' Examples: @0@'.format(get_option('demos')),
' Examples: @0@'.format(get_option('build-examples')),
'Directories:',
' prefix: @0@'.format(gtk_prefix),
' includedir: @0@'.format(gtk_includedir),