X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=configure;h=1fe3b85dc557b4d35fe3ede38731ca144024ec4f;hb=70de0bca79c0f99314b21dc9f6cec6bbb1f6461a;hp=e310b7a763e7da1496129dba343122dc51c83768;hpb=9d8110ca8bdafe477eb7d0c9a20216a49bfddf7b;p=prosody.git diff --git a/configure b/configure index e310b7a7..1fe3b85d 100755 --- a/configure +++ b/configure @@ -113,6 +113,9 @@ do --cflags=*) CFLAGS="$value" ;; + --lflags=*) + LFLAGS="$value" + ;; --c-compiler=*) CC="$value" ;;