summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-07-25 18:04:58 +0000
committermental <mental@users.sourceforge.net>2006-07-25 18:04:58 +0000
commit33dd7c54215cc65d00b20fb54cb88737e07ad1c2 (patch)
treee3dcdb7dc359dafe03a431b6c9de4134f900b9ba
parentfurther work on LSB build configuration (diff)
downloadinkscape-33dd7c54215cc65d00b20fb54cb88737e07ad1c2.tar.gz
inkscape-33dd7c54215cc65d00b20fb54cb88737e07ad1c2.zip
remove lsbcc check for now
(bzr r1472)
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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