summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63ca441)
raw | patch | inline | side by side (parent: 63ca441)
author | mental <mental@users.sourceforge.net> | |
Tue, 25 Jul 2006 18:04:58 +0000 (18:04 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Tue, 25 Jul 2006 18:04:58 +0000 (18:04 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 61cc95397c22f53e01e98047dcafd7d5390548a5..d9dccd6fbef761546aca1ce9c500ae2f740ac725 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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