Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / virt-manager / patches / patch-configure
blob1dea3630aac5ee43a9499f9c68d42a49ffbed8a3
1 $NetBSD$
3 Portability fix. 
5 --- configure.orig      2012-07-29 20:28:50.000000000 +0000
6 +++ configure
7 @@ -5778,7 +5778,7 @@ fi
8  
9  # Check whether --enable-unsupported-rhel-options was given.
10  if test "${enable_unsupported_rhel_options+set}" = set; then :
11 -  enableval=$enable_unsupported_rhel_options; test "x$enableval" == "xno" && \
12 +  enableval=$enable_unsupported_rhel_options; test "x$enableval" = "xno" && \
13     ENABLE_UNSUPPORTED_RHEL_OPTS=0 ||
14     ENABLE_UNSUPPORTED_RHEL_OPTS=1
15  else