lintian warning fixes
[ctsim.git] / configure.ac
index 0f16b7a94fb41ef0289be5bcdaf76cd979b2a651..92d9bb9db33cc0549a2a723881e293aea38e3492 100644 (file)
@@ -289,7 +289,7 @@ AC_ARG_WITH(webdata-url, [  --with-webdata-url=PATH Set URL path of webdata],
 AC_ARG_WITH(html-dir, [  --with-html-dir=PATH    Set directory of html files], 
 [ html_%dir=$withval ; AC_SUBST(htmldir) ] )
 
-if test "x$cgibindir" = "x" -o "x$cgibinurl" = "x" ; then
+if test "x$cgibindir" != "x" -o "x$cgibinurl" != "x" ; then
   cgiprograms="ctsim.cgi ctsim.conf"
   AC_SUBST(cgiprograms)
 fi