Changeset efe877 in git for factory/configure.ac
- Timestamp:
- Mar 6, 2014, 5:05:10 PM (10 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 9bb56c19a835494d592e023dcce31c901eceefc5
- Parents:
- c28babd374c936b4453a17a240589e57257e80dd
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-06 17:05:10+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-03-10 11:29:12+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.ac
rc28bab refe877 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])
Note: See TracChangeset
for help on using the changeset viewer.