| configure.ac (069075cf) | configure.ac (eda2f9d6) |
|---|---|
| 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 --- 2277 unchanged lines hidden (view full) --- 2286esac 2287AC_SUBST(CCVER) 2288AC_SUBST(CCNUMVER) 2289AC_SUBST(COMID) 2290AC_SUBST(COMNAME) 2291 2292if test "$_os" = "FreeBSD"; then 2293 FBSD_GCC_RPATH= | 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 --- 2277 unchanged lines hidden (view full) --- 2286esac 2287AC_SUBST(CCVER) 2288AC_SUBST(CCNUMVER) 2289AC_SUBST(COMID) 2290AC_SUBST(COMNAME) 2291 2292if test "$_os" = "FreeBSD"; then 2293 FBSD_GCC_RPATH= |
| 2294 if "$COM" = "GCC"; then | 2294 if test "$COM" = "GCC"; then |
| 2295 rpath=`$CC --print-file-name libstdc++.so` 2296 rpath=`realpath $rpath` 2297 rpath=`dirname $rpath` 2298 if test "$rpath" != "/usr/lib" ; then 2299 FBSD_GCC_RPATH="-Wl,-rpath=$rpath" 2300 fi 2301 fi 2302 AC_SUBST(FBSD_GCC_RPATH) --- 5214 unchanged lines hidden --- | 2295 rpath=`$CC --print-file-name libstdc++.so` 2296 rpath=`realpath $rpath` 2297 rpath=`dirname $rpath` 2298 if test "$rpath" != "/usr/lib" ; then 2299 FBSD_GCC_RPATH="-Wl,-rpath=$rpath" 2300 fi 2301 fi 2302 AC_SUBST(FBSD_GCC_RPATH) --- 5214 unchanged lines hidden --- |