aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 14:05:16 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commit8557420ba0f50abdc1bf6245401fcd2566678f72 (patch)
treeaecab0135a6e51790f21ddd127f2bcf2f4d7a074 /configure
parentea702d35150ca4a16c93413c930f9151bff01547 (diff)
Reverse earlier accidental snippet
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 860ad20e..7689717f 100755
--- a/configure
+++ b/configure
@@ -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"