Changeset 2870a4 in git for factory/configure.ac
- Timestamp:
- Mar 5, 2014, 1:41:05 PM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 31bb7ae2c801c87834b44c6005072547758c3278
- Parents:
- 2dcd2472263aa4dc28eef2ff6149980cf8c3bc88
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-05 13:41:05+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-03-06 11:04:14+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure.ac
r2dcd24 r2870a4 340 340 AH_TEMPLATE([HAVE_OMALLOC], [define if build with OMALLOC]) 341 341 342 if test "x$with_Singular" = xyes; then343 344 342 AC_MSG_CHECKING([whether to use omalloc/omalloc.h]) 345 343 if test "x$ENABLE_OMALLOC" = xyes; then … … 351 349 if test "x$with_omalloc_extra_dir" != "x"; then 352 350 OMALLOC_CFLAGS="$OMALLOC_CFLAGS -I${with_omalloc_extra_dir}" 353 OMALLOC_LDFLAGS="$OMALLOC_LDFLAGS -L${with_omalloc_extra_dir}/omalloc -L${with_omalloc_extra_dir}/resources" 351 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 354 355 fi 355 356 … … 365 366 366 367 # OMALLOC_G_LDADD="-lresources_g -lomalloc_g" 367 OMALLOC_R_LDADD="-lresources -lomalloc" 368 368 OMALLOC_R_LDADD="-lomalloc" 369 if test "x$with_Singular" = xyes; then 370 OMALLOC_R_LDADD="$OMALLOC_R_LDADD -lresources" 371 fi 372 369 373 AC_DEFINE(HAVE_OMALLOC, 1, [omalloc support]) 370 374 … … 376 380 else 377 381 AC_MSG_RESULT(no) 378 fi379 380 382 fi 381 383
Note: See TracChangeset
for help on using the changeset viewer.