Changeset daa13f in git for factory/configure.ac


Ignore:
Timestamp:
Mar 10, 2014, 2:16:22 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
91dd8a5ef5bb06f9f51df16f59786c2ff90de8ca
Parents:
70d976d3bfd86a066c9e62325769fb948f8735249bb56c19a835494d592e023dcce31c901eceefc5
Message:
Merge pull request #536 from mmklee/factory_noPP

Factory no pp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    r70d976 rdaa13f  
    350350    OMALLOC_CFLAGS="$OMALLOC_CFLAGS -I${with_omalloc_extra_dir}"
    351351    OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/omalloc"
    352     if test "x$with_Singular" = xyes; then
    353       OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/resources"
    354     fi
    355352  fi
    356353 
     
    367364#  OMALLOC_G_LDADD="-lresources_g -lomalloc_g"
    368365  OMALLOC_R_LDADD="-lomalloc"
    369   if test "x$with_Singular" = xyes; then
    370     OMALLOC_R_LDADD="$OMALLOC_R_LDADD -lresources"
    371   fi
    372366
    373367  AC_DEFINE(HAVE_OMALLOC, 1, [omalloc support])
     
    381375  AC_MSG_RESULT(no)
    382376fi
     377
     378if test "x$ENABLE_OMALLOC" = xyes && test "x$with_Singular" = xyes; then
     379  RESOURCES_LDFLAGS="$RESOURCES_LDFLAGS -L${with_omalloc_dir}/resources -L${with_omalloc_extra_dir}/resources -lresources "
     380  AC_SUBST(RESOURCES_LDFLAGS)
     381fi
    383382
    384383AM_CONDITIONAL([ENABLE_OMALLOC],[test "x$ENABLE_OMALLOC" = xyes])
     
    440439#AC_SUBST(uninstalltargets)
    441440
    442 factory_version="3.1.3"
     441factory_version="4.0.0"
    443442factory_configuration="'$ac_configure_args' in `pwd`"
    444443AC_SUBST(factory_version)
Note: See TracChangeset for help on using the changeset viewer.