diff options
author | Thomas White <taw@physics.org> | 2011-11-15 14:05:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:40 +0100 |
commit | 8557420ba0f50abdc1bf6245401fcd2566678f72 (patch) | |
tree | aecab0135a6e51790f21ddd127f2bcf2f4d7a074 /configure | |
parent | ea702d35150ca4a16c93413c930f9151bff01547 (diff) |
Reverse earlier accidental snippet
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14231,7 +14231,7 @@ fi if test "${with_html_dir+set}" = set; then : withval=$with_html_dir; else - with_html_dir='${datadir}/gtk-doc/html' + with_html_dir='${docdir}/reference' fi HTML_DIR="$with_html_dir" |