Home
last modified time | relevance | path

Searched refs:libopts_cv_with_libregex_cflags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4164 libopts_cv_with_libregex_cflags=no
170 [libopts_cv_with_libregex_cflags=${with_libregex_cflags}],
171 AC_CACHE_CHECK([whether with-libregex-cflags was specified], libopts_cv_with_libregex_cflags,
172 libopts_cv_with_libregex_cflags=no)
182 case "X${libopts_cv_with_libregex_cflags}" in
185 Xyes|Xno|X ) libopts_cv_with_libregex_cflags=no ;;
186 * ) libopts_cv_with_libregex_cflags=-I${libopts_cv_with_libregex_root}/include ;;
198 case "X${libopts_cv_with_libregex_cflags}" in
200 libopts_cv_with_libregex_cflags="" ;;
201 * ) CPPFLAGS="${CPPFLAGS} ${libopts_cv_with_libregex_cflags}" ;;
[all …]
/freebsd/contrib/ntp/sntp/
H A Dconfigure26340 libopts_cv_with_libregex_cflags=no
26348 withval=$with_libregex_cflags; libopts_cv_with_libregex_cflags=${with_libregex_cflags}
26352 if test ${libopts_cv_with_libregex_cflags+y}
26356 libopts_cv_with_libregex_cflags=no
26358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libopts_cv_with_libregex_cflags" >&5
26359 printf "%s\n" "$libopts_cv_with_libregex_cflags" >&6; }
26384 case "X${libopts_cv_with_libregex_cflags}" in
26387 Xyes|Xno|X ) libopts_cv_with_libregex_cflags=no ;;
26388 * ) libopts_cv_with_libregex_cflags=-I${libopts_cv_with_libregex_root}/include ;;
26400 case "X${libopts_cv_with_libregex_cflags}" i
[all...]