aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2008-12-03 19:43:59 +0100
committerTobias Markmann <tm@ayena.de>2008-12-03 19:43:59 +0100
commitf202e250096c9ede75321adc20ac4dec56294ca2 (patch)
treea532ef514d7ae5667fd102e9b691045ed79cd4fa /configure
parent317c091f63b3ca41a9639da6b4490ce59cd59d69 (diff)
downloadprosody-f202e250096c9ede75321adc20ac4dec56294ca2.tar.gz
prosody-f202e250096c9ede75321adc20ac4dec56294ca2.zip
Using new LFLAGS variable.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index a647d910..5de9f67a 100755
--- a/configure
+++ b/configure
@@ -125,7 +125,8 @@ then
LUA_INCDIR_SET=yes
LUA_LIBDIR=/usr/local/lib
LUA_LIBDIR_SET=yes
- CFLAGS="-bundle -Wl,-undefined,dynamic_lookup"
+ CFLAGS=""
+ LFLAGS="-bundle -undefined dynamic_lookup"
fi
fi