From: Pierre Habouzit Date: Sat, 18 Aug 2007 16:52:20 +0000 (+0200) Subject: proper parameter X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=9f73142b38da00f437415d502caa54ab230bd7f0 proper parameter Signed-off-by: Pierre Habouzit --- diff --git a/configure b/configure index 52b7eb6..b57cd59 100755 --- a/configure +++ b/configure @@ -22,7 +22,7 @@ mkdir -p $builddir ln -s $builddir build if test $# -eq 0; then - cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 --with-prefix=/usr .. + cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 -DCMAKE_INSTALL_PREFIX=/usr .. else cd $builddir && cmake "$@" .. fi