| OLD | NEW |
| 1 # Copyright 2015 The Native Client Authors. All rights reserved. | 1 # Copyright 2015 The Native Client Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 export ac_cv_func_sigaction=yes | 5 export ac_cv_func_sigaction=yes |
| 6 NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}" | |
| 7 NACLPORTS_CFLAGS+=" -Dmain=nacl_main" | |
| 8 | 6 |
| 7 EnableCliMain |
| 9 EnableGlibcCompat | 8 EnableGlibcCompat |
| 10 | 9 |
| 11 if [ "${NACL_ARCH}" = "pnacl" ]; then | 10 if [ "${NACL_ARCH}" = "pnacl" ]; then |
| 12 export gl_cv_header_wchar_h_correct_inline=yes | 11 export gl_cv_header_wchar_h_correct_inline=yes |
| 13 fi | 12 fi |
| OLD | NEW |