diff --git a/configure.in b/configure.in
index 7ab306f31fcbc2c0407d9638b4ed586cdd767fb8..baf004d4fdd000607b4f4b21c96d20c7dd02b132 100644
--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,7 @@ if test "$enable_assembler" = yes ; then
       if test -f "$srcdir/$asm_path/$tmp_f"; then
 #        echo found
         found=yes
-        AC_CONFIG_LINKS($tmp_f:$srcdir/$asm_path/$tmp_f)
+        AC_CONFIG_LINKS($tmp_f:$asm_path/$tmp_f)
       fi
     done
     if test "$found" = no; then