Browse Source

FreeBSD: use true instead /bin/true

Serj Kalichev 2 days ago
parent
commit
000e848399
1 changed files with 3 additions and 3 deletions
  1. 3 3
      configure.ac

+ 3 - 3
configure.ac

@@ -247,7 +247,7 @@ AM_CONDITIONAL(WITH_LIBXML2,test x$use_libxml2 != xno)
 
 case x$use_libxml2 in
 xno)
-	/bin/true
+	true
 	;;
 xyes)
 	# I would love to avoid using pkg-config (which may not be available on
@@ -314,7 +314,7 @@ AM_CONDITIONAL(WITH_ROXML,test x$use_roxml != xno)
 
 case x$use_roxml in
 xno)
-	/bin/true
+	true
 	;;
 xyes)
 	# we choose to NOT rely on pkg-config on this one. We may do it as
@@ -423,7 +423,7 @@ AM_CONDITIONAL(WITH_EXPAT,test x$use_expat != xno)
 
 case x$use_expat in
 xno)
-	/bin/true
+	true
 	;;
 xyes)
 	# we choose to NOT rely on pkg-config on this one. Instead, we