--- branches/vis12/configure.ac 2012/03/09 21:37:19 1713 +++ branches/vis12/configure.ac 2012/03/10 00:00:50 1714 @@ -32,6 +32,14 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET +dnl FIXME: this works for now, but we should probably switch to libtool +dnl +AC_PATH_PROG(LD, [ld], [none]) +if test x$LD = xnone ; then + AC_MSG_ERROR([cannot find ld command]) +fi +AC_SUBST(LD) + dnl check for c99 support dnl AC_PROG_CC_C99
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: _ERROR([cannot find ld command]) +fi +AC_SUBST(LD) + dnl check for c99 support dnl AC_PROG_CC_C99