diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-23 08:33:58 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-23 08:33:58 +0200 |
commit | 3ec6a69e513fcb1eb80811564ef064a8ef894de9 (patch) | |
tree | acfdd16590a5c6830ea169e5dcdca2c49ec2c075 | |
parent | 66e597c747c53303ec67edc6eb0f52b4ffa6615f (diff) |
confiure25: add back line removed too much
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure index 9398763e80ae..4d513ce3ba78 100755 --- a/configure +++ b/configure @@ -19277,6 +19277,7 @@ $as_echo "$ASM_HOME" >&6; } else with_asm_home="NO_ASM_HOME" fi +ASM_HOME="$with_asm_home" if test -z "$with_zip_home"; then diff --git a/configure.in b/configure.in index d521763e9fbb..449d246ef561 100644 --- a/configure.in +++ b/configure.in @@ -5463,6 +5463,7 @@ if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then else with_asm_home="NO_ASM_HOME" fi +ASM_HOME="$with_asm_home" AC_SUBST(ASM_HOME) dnl =================================================================== |