mod_muc: The default room name is the room node
[prosody.git] / configure
index e310b7a763e7da1496129dba343122dc51c83768..1fe3b85dc557b4d35fe3ede38731ca144024ec4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -113,6 +113,9 @@ do
    --cflags=*)
       CFLAGS="$value"
       ;;      
+   --lflags=*)
+      LFLAGS="$value"
+      ;;      
    --c-compiler=*)
       CC="$value"
       ;;