[pisa-src] r1072 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 08 Oct 2009 19:21:40 +0200

Author: biurrun
Date: Thu Oct  8 19:21:39 2009
New Revision: 1072

Log:
Remove pointless unused AM_CONDITIONAL macro calls.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Thu Oct  8 19:17:31 2009        (r1071)
+++ trunk/configure.ac  Thu Oct  8 19:21:39 2009        (r1072)
@@ -23,9 +23,6 @@
 AC_PROG_LN_S
 AC_PROG_LIBTOOL
 
-AM_CONDITIONAL(BUILDCXX, test x$docxx = xyes)
-AM_CONDITIONAL(GNU_WIN, test x$gnuwin = xyes)
-
 # Checks for libraries.
 AC_CHECK_LIB(m, pow, AC_DEFINE(HAVE_LIBM_POW, 1,
        [Define if you have pow function in libm.]), )

Other related posts:

  • » [pisa-src] r1072 - trunk - Diego Biurrun