autotools: Fix the manpages flag in configure.ac
authorIkey Doherty <ikey@solusos.com>
Wed, 4 Sep 2013 12:00:29 +0000 (13:00 +0100)
committerStef Walter <stefw@gnome.org>
Mon, 23 Sep 2013 18:42:39 +0000 (20:42 +0200)
commit43997c1cfd80c4c24a7edcb353893b082269ef61
tree6333105e045504b62796aa7b76ab212d9228951b
parentcbc8e6965edaeadf768972a19105bc11a5b8f954
autotools: Fix the manpages flag in configure.ac

Running ./configure --disable-man-pages is invalid, despite being
reported as valid by the configure script. The actual flag should
be --disable-manpages. This commit corrects this behaviour.

https://bugzilla.gnome.org/show_bug.cgi?id=707452
configure.ac