Changeset e40a0d in git for factory/configure.ac


Ignore:
Timestamp:
Sep 26, 2011, 3:17:37 PM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4eb485635d45ce52dc829f85b42fe078e603df55
Parents:
dfc60c82a16c9b03ecb8def0e0bff88d77446b9e
git-author:
Volker Braun <vbraun.name@gmail.com>2011-09-26 15:17:37+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:33+01:00
Message:
Only compile readcf.yy / readcf.cc if configured --without-Singular

This fixes compile issue in Fedora 15.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    rdfc60c8 re40a0d  
    4141  ,
    4242  [with_Singular=yes])
    43 
    44 
    45 # font-lock-trick: '
     43AM_CONDITIONAL([WITHOUT_SINGULAR], [test x$with_Singular != xyes])
     44
    4645
    4746AC_ARG_WITH(
Note: See TracChangeset for help on using the changeset viewer.