diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-25 18:04:58 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-25 18:04:58 +0000 |
| commit | 33dd7c54215cc65d00b20fb54cb88737e07ad1c2 (patch) | |
| tree | e3dcdb7dc359dafe03a431b6c9de4134f900b9ba | |
| parent | further work on LSB build configuration (diff) | |
| download | inkscape-33dd7c54215cc65d00b20fb54cb88737e07ad1c2.tar.gz inkscape-33dd7c54215cc65d00b20fb54cb88737e07ad1c2.zip | |
remove lsbcc check for now
(bzr r1472)
| -rw-r--r-- | configure.ac | 2 |
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 |
