diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-10 23:29:50 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-10 23:29:50 +0000 |
commit | 954df64c608bac527e97f4e4534807c321633f54 (patch) | |
tree | 49f44032a9aa8a006f7209dc8d9143b50616e489 | |
parent | 6849d07fa827d28859e3172844baae78a2a86559 (diff) | |
download | usdx-954df64c608bac527e97f4e4534807c321633f54.tar.gz usdx-954df64c608bac527e97f4e4534807c321633f54.tar.xz usdx-954df64c608bac527e97f4e4534807c321633f54.zip |
fpcmake is optional
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1360 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rwxr-xr-x | configure | 5 | ||||
-rw-r--r-- | dists/autogen/m4/fpc.m4 | 3 |
2 files changed, 0 insertions, 8 deletions
@@ -2718,11 +2718,6 @@ if test -z "$PPC"; then $as_echo "$as_me: error: no Free Pascal Compiler found in $PPC_PATH" >&2;} { (exit 1); exit 1; }; } fi -if test -z "$FPCMAKE"; then - { { $as_echo "$as_me:$LINENO: error: fpcmake not found in $PPC_PATH" >&5 -$as_echo "$as_me: error: fpcmake not found in $PPC_PATH" >&2;} - { (exit 1); exit 1; }; } -fi ### # Get the FPC compiler info diff --git a/dists/autogen/m4/fpc.m4 b/dists/autogen/m4/fpc.m4 index 217fddc8..f7bf9e20 100644 --- a/dists/autogen/m4/fpc.m4 +++ b/dists/autogen/m4/fpc.m4 @@ -126,9 +126,6 @@ fi if test -z "$PPC"; then AC_MSG_ERROR([no Free Pascal Compiler found in $PPC_PATH]) fi -if test -z "$FPCMAKE"; then - AC_MSG_ERROR([fpcmake not found in $PPC_PATH]) -fi ### # Get the FPC compiler info |