Skip to content
Snippets Groups Projects
Commit ae8595d2 authored by Christian Engwer's avatar Christian Engwer
Browse files

use AC_PROG_LD_GNU instead of AC_LIB_PROG_LD_GNU

[[Imported from SVN: r5110]]
parent 6e3df40f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ AC_DEFUN([DUNE_PATH_GRAPE],[
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PATH_XTRA])
AC_REQUIRE([DUNE_PATH_OPENGL])
AC_REQUIRE([AC_LIB_PROG_LD_GNU])
AC_REQUIRE([AC_PROG_LD_GNU])
AC_ARG_WITH(grape,
AC_HELP_STRING([--with-grape=PATH],[directory with Grape inside]))
......@@ -56,7 +56,7 @@ if test "x$X_LIBS" != x && test x$with_grape != xno ; then
LDFLAGS="$LDFLAGS $GL_LDFLAGS"
# if we use the gnu linker add the grape path
if test x$acl_cv_prog_gnu_ld = xyes ; then
if test x$lt_cv_prog_gnu_ld = xyes ; then
GRAPE_LINKER_FLAGS="-Wl,--rpath -Wl,$GRAPEROOT"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment