diff --git a/configure b/configure
index 63e41502fb55c253c42113ac06e7942c34eb3d14..ba5c11f1e9825e9f1f4ca3ffd3b8fa5c984064f9 100755
--- a/configure
+++ b/configure
@@ -1890,10 +1890,8 @@ if test "$source_path_used" = "yes" ; then
     for f in $FILES ; do
         ln -sf "$source_path/$f" $f
     done
-    echo "SRC_PATH=$source_path" >> config.mak
-else
-    echo "SRC_PATH=$source_path" >> config.mak
 fi
+echo "SRC_PATH=$source_path" >> config.mak
 
 if test "$amr_wb" = "yes" ; then
   echo "#define AMR_WB 1" >> $TMPH