X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=c946f4ec033aa318c11a5b49386afc9b6580510d;hb=356647c90da4718630c8cfed1a00f416d00aa93f;hp=cd857839857cf7dfb5a3938734a89a7be304b556;hpb=5a077d3b419910acc15b0e8d8fa4fcb78df7e940;p=xboard.git diff --git a/configure.ac b/configure.ac index cd85783..c946f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -248,8 +248,7 @@ fi dnl | make results available in Makefile.am AM_CONDITIONAL([withGTK], [test x"$with_GTK" = x"yes"]) -AM_CONDITIONAL([withXaw], [test x"$with_Xaw3d" = x"yes"]) -AM_CONDITIONAL([withXaw], [test x"$with_Xaw" = x"yes"]) +AM_CONDITIONAL([withXaw], [test x"$with_Xaw3d" = x"yes" || test x"$with_Xaw" = x"yes"]) AC_SUBST(FRONTEND_CFLAGS)