configure.ac (5d3ab1ea) configure.ac (09a06707)
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

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

6851 SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD"
6852fi
6853
6854dnl ===================================================================
6855dnl Test whether to include category-B fonts
6856dnl ===================================================================
6857WITH_CATB_FONTS=
6858AC_MSG_CHECKING([whether to include category B fonts])
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

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

6851 SCPDEFS="$SCPDEFS -DWITHOUT_MATHMLDTD"
6852fi
6853
6854dnl ===================================================================
6855dnl Test whether to include category-B fonts
6856dnl ===================================================================
6857WITH_CATB_FONTS=
6858AC_MSG_CHECKING([whether to include category B fonts])
6859if test "x$enable_category_b_fonts" = "xyes"; then
6859if test "x$enable_category_b_fonts" = "xyes" && test "x$with_fonts" != "xno"; then
6860 AC_MSG_RESULT([yes])
6861 BUILD_TYPE="$BUILD_TYPE CATB_FONTS"
6862 WITH_CATB_FONTS=YES
6863 SCPDEFS="$SCPDEFS -DWITH_CATB_FONTS"
6864else
6865 AC_MSG_RESULT([no])
6866 WITH_CATB_FONTS=NO
6867fi

--- 623 unchanged lines hidden ---
6860 AC_MSG_RESULT([yes])
6861 BUILD_TYPE="$BUILD_TYPE CATB_FONTS"
6862 WITH_CATB_FONTS=YES
6863 SCPDEFS="$SCPDEFS -DWITH_CATB_FONTS"
6864else
6865 AC_MSG_RESULT([no])
6866 WITH_CATB_FONTS=NO
6867fi

--- 623 unchanged lines hidden ---