mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Remove preset settings that are autodiscovered
These are likely wrong if other flags have been given.
This commit is contained in:
parent
e65093b5de
commit
371260638d
1 changed files with 0 additions and 14 deletions
14
configure
vendored
14
configure
vendored
|
@ -256,16 +256,6 @@ done
|
||||||
if [ "$OSPRESET_SET" = "yes" ]; then
|
if [ "$OSPRESET_SET" = "yes" ]; then
|
||||||
# TODO make this a switch?
|
# TODO make this a switch?
|
||||||
if [ "$OSPRESET" = "debian" ]; then
|
if [ "$OSPRESET" = "debian" ]; then
|
||||||
if [ "$LUA_SUFFIX_SET" != "yes" ]; then
|
|
||||||
LUA_SUFFIX="5.1";
|
|
||||||
LUA_SUFFIX_SET=yes
|
|
||||||
fi
|
|
||||||
if [ "$RUNWITH_SET" != "yes" ]; then
|
|
||||||
RUNWITH="lua$LUA_SUFFIX";
|
|
||||||
RUNWITH_SET=yes
|
|
||||||
fi
|
|
||||||
LUA_INCDIR="/usr/include/lua$LUA_SUFFIX"
|
|
||||||
LUA_INCDIR_SET=yes
|
|
||||||
CFLAGS="$CFLAGS -ggdb"
|
CFLAGS="$CFLAGS -ggdb"
|
||||||
fi
|
fi
|
||||||
if [ "$OSPRESET" = "macosx" ]; then
|
if [ "$OSPRESET" = "macosx" ]; then
|
||||||
|
@ -277,10 +267,6 @@ if [ "$OSPRESET_SET" = "yes" ]; then
|
||||||
LDFLAGS="-bundle -undefined dynamic_lookup"
|
LDFLAGS="-bundle -undefined dynamic_lookup"
|
||||||
fi
|
fi
|
||||||
if [ "$OSPRESET" = "linux" ]; then
|
if [ "$OSPRESET" = "linux" ]; then
|
||||||
LUA_INCDIR=/usr/local/include;
|
|
||||||
LUA_INCDIR_SET=yes
|
|
||||||
LUA_LIBDIR=/usr/local/lib
|
|
||||||
LUA_LIBDIR_SET=yes
|
|
||||||
CFLAGS="$CFLAGS -ggdb"
|
CFLAGS="$CFLAGS -ggdb"
|
||||||
fi
|
fi
|
||||||
if [ "$OSPRESET" = "freebsd" ] || [ "$OSPRESET" = "openbsd" ]; then
|
if [ "$OSPRESET" = "freebsd" ] || [ "$OSPRESET" = "openbsd" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue