configure.ac (940681c7) configure.ac (069075cf)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 5705 unchanged lines hidden (view full) ---

5714 AC_MSG_CHECKING([nasm.exe assembler path])
5715 if test -n "$with_nasm_home"; then
5716 with_nasm_home=`cygpath -u "$with_nasm_home"`
5717 fi
5718 if test ! -x "$with_nasm_home/nasm.exe"; then
5719 AC_PATH_PROG(NASM_EXE, nasm.exe)
5720 if test -z "$NASM_EXE"; then
5721 with_nasm_home="NO_NASM_HOME"
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 5705 unchanged lines hidden (view full) ---

5714 AC_MSG_CHECKING([nasm.exe assembler path])
5715 if test -n "$with_nasm_home"; then
5716 with_nasm_home=`cygpath -u "$with_nasm_home"`
5717 fi
5718 if test ! -x "$with_nasm_home/nasm.exe"; then
5719 AC_PATH_PROG(NASM_EXE, nasm.exe)
5720 if test -z "$NASM_EXE"; then
5721 with_nasm_home="NO_NASM_HOME"
5722 AC_MSG_ERROR([NASM is required to build on Windows, please install or use --with-nasm-home],,)
5722 else
5723 with_nasm_home="NASM_IN_PATH"
5724 fi
5725 fi
5726 AC_MSG_RESULT([$NASM_HOME])
5727else
5728 with_nasm_home="NO_NASM_HOME"
5729fi

--- 1786 unchanged lines hidden ---
5723 else
5724 with_nasm_home="NASM_IN_PATH"
5725 fi
5726 fi
5727 AC_MSG_RESULT([$NASM_HOME])
5728else
5729 with_nasm_home="NO_NASM_HOME"
5730fi

--- 1786 unchanged lines hidden ---