Changeset daa13f in git for factory/configure.ac
- Timestamp:
- Mar 10, 2014, 2:16:22 PM (10 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 91dd8a5ef5bb06f9f51df16f59786c2ff90de8ca
- Parents:
- 70d976d3bfd86a066c9e62325769fb948f8735249bb56c19a835494d592e023dcce31c901eceefc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.ac
r70d976 rdaa13f 350 350 OMALLOC_CFLAGS="$OMALLOC_CFLAGS -I${with_omalloc_extra_dir}" 351 351 OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/omalloc" 352 if test "x$with_Singular" = xyes; then353 OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/resources"354 fi355 352 fi 356 353 … … 367 364 # OMALLOC_G_LDADD="-lresources_g -lomalloc_g" 368 365 OMALLOC_R_LDADD="-lomalloc" 369 if test "x$with_Singular" = xyes; then370 OMALLOC_R_LDADD="$OMALLOC_R_LDADD -lresources"371 fi372 366 373 367 AC_DEFINE(HAVE_OMALLOC, 1, [omalloc support]) … … 381 375 AC_MSG_RESULT(no) 382 376 fi 377 378 if 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) 381 fi 383 382 384 383 AM_CONDITIONAL([ENABLE_OMALLOC],[test "x$ENABLE_OMALLOC" = xyes]) … … 440 439 #AC_SUBST(uninstalltargets) 441 440 442 factory_version=" 3.1.3"441 factory_version="4.0.0" 443 442 factory_configuration="'$ac_configure_args' in `pwd`" 444 443 AC_SUBST(factory_version)
Note: See TracChangeset
for help on using the changeset viewer.