Changeset efe877 in git for factory/configure.ac


Ignore:
Timestamp:
Mar 6, 2014, 5:05:10 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
chg: separate omalloc and resources flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/configure.ac

    rc28bab refe877  
    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])
Note: See TracChangeset for help on using the changeset viewer.