diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index d1ef5d592c..767ba4c540 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -67,6 +67,12 @@ FIND_GCC([WhatGccIsCalled], [gcc], [gcc]) CC="$WhatGccIsCalled" export CC +dnl ** Which ld to use? +dnl -------------------------------------------------------------- +FP_ARG_WITH_PATH_GNU_PROG([LD], [ld], [ld]) +LdCmd="$LD" +AC_SUBST([LdCmd]) + FP_GCC_VERSION AC_PROG_CPP |