]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
enable-rrd_graph disabled rrdcgi ... oops
authorTobias Oetiker <tobi@oetiker.ch>
Fri, 30 Jan 2015 20:35:42 +0000 (21:35 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 30 Jan 2015 20:35:42 +0000 (21:35 +0100)
configure.ac

index 7477fa7c64a9b339f27be2a4b14f04082a3629e9..79b453e89eff5c055fe9644030ab514339f87162 100644 (file)
@@ -110,7 +110,7 @@ AC_ARG_ENABLE(rrdcgi,AS_HELP_STRING([--disable-rrdcgi],[disable building of rrdc
 [],[enable_rrdcgi=yes])
 
 AC_ARG_ENABLE(rrd_graph,AS_HELP_STRING([--disable-rrd_graph],[disable all rrd_graph functions]),
-[enable_rrdcgi=no],[enable_rrd_graph=yes])
+[enable_rrdcgi=$enableval],[enable_rrd_graph=yes])
 
 AC_ARG_ENABLE(rrd_restore,AS_HELP_STRING([--disable-rrd_restore],[disable rrd_restore XML import functions]),
 [],[enable_rrd_restore=yes])