Changeset e40a0d in git


Ignore:
Timestamp:
Sep 26, 2011, 3:17:37 PM (12 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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.
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rdfc60c8 re40a0d  
    9191                parseutil.cc \
    9292                ftmpl_inst.cc \
    93                 factory.h factoryconf.h cplusplus.h \
    94                 readcf.yy
     93                factory.h factoryconf.h cplusplus.h
     94
     95if WITHOUT_SINGULAR
     96    SOURCES +=  readcf.yy
     97endif
    9598
    9699
  • 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(
  • factory/readcf.yy

    rdfc60c8 re40a0d  
    66#include "config.h"
    77#include "factoryconf.h"
    8 
    9 #if (!defined(NOSTREAMIO)) && (!defined(SINGULAR))
    10 
    118
    129#if defined(WINNT) && ! defined(__GNUC__)
     
    218215}
    219216
    220 
    221 #endif
    222 /* #ifndef SINGULAR && ifndef NOSTREAMIO */
Note: See TracChangeset for help on using the changeset viewer.