From: mental Date: Tue, 25 Jul 2006 18:04:58 +0000 (+0000) Subject: remove lsbcc check for now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=72c7ddb93428b5739864bc1d943130155bfd8209;p=inkscape.git remove lsbcc check for now --- diff --git a/configure.ac b/configure.ac index 61cc95397..d9dccd6fb 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,6 @@ AM_INIT_AUTOMAKE AC_ARG_ENABLE([lsb], AS_HELP_STRING([--enable-lsb], [LSB-compatible build configuration]), [ prefix=/opt/inkscape PATH="/opt/lsb/bin:$PATH" - AC_CHECK_PROG(LSBCC, lsbcc, [], AC_MSG_ERROR([lsbcc not found; do you have the LSB SDK installed?])) - AC_CHECK_PROG(LSBCXX, lsbc++, [], AC_MSG_ERROR([lsbc++ not found; do you have the LSB SDK installed?])) CC=lsbcc CXX=lsbc++ export CC CXX